Skip to content
Snippets Groups Projects
Commit 1e82e1a1 authored by Mark Olesen's avatar Mark Olesen
Browse files

CONFIG: use ThirdParty boost, FFTW instead of system versions

- many systems may not have boost or FFTW installed, or in an older
  version. Using ThirdParty for them should lead to a more robust
  build process.
parent 6494f037
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@
#
#------------------------------------------------------------------------------
set boost_version=boost-system
set boost_version=boost_1_61_0
set cgal_version=CGAL-4.8
setenv BOOST_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version
......
......@@ -48,7 +48,7 @@
#
#------------------------------------------------------------------------------
set fftw_version=fftw-system
set fftw_version=fftw-3.3.4
setenv FFTW_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$fftw_version
......
......@@ -49,7 +49,7 @@
# - the LD_LIBRARY_PATH is not adjusted.
#------------------------------------------------------------------------------
boost_version=boost-system
boost_version=boost_1_61_0
cgal_version=CGAL-4.8
export BOOST_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$boost_version
......
......@@ -47,7 +47,7 @@
# - the LD_LIBRARY_PATH is not adjusted.
#------------------------------------------------------------------------------
fftw_version=fftw-system
fftw_version=fftw-3.3.4
export FFTW_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$fftw_version
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment