Skip to content
Snippets Groups Projects
Commit 2f6524af authored by Christopher Subich's avatar Christopher Subich
Browse files

Added build options for clean build on plata

Prior modifications to systems/plata.sh did not result in a clean
build; spins itself and the UMFPACK libraries were built in 64-
bit with the -m64 option, but fftw, blitz, and boost were not.
This led to build-time errors.  The fix involves making sure that
make_deps specifies CFLAGS/CXXFLAGS as appropriate, and this was
done via including $BOOST_OPTIONS/$FFTW_OPTIONS/etc flags.  Where
those didn't already exist in make_deps, they were added so that
it will be easy to make a similar change in the future for other
systems.
parent 69d1f453
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment