[Kst] branches/work/kst/portto4/kst/cmake/3rdparty/gsl

Peter Kümmel syntheticpp at gmx.net
Sun Mar 18 18:36:23 UTC 2012


SVN commit 1286221 by kuemmel:

fix GSL linker errors 

 M  +4 -2      CMakeLists.txt  


--- branches/work/kst/portto4/kst/cmake/3rdparty/gsl/CMakeLists.txt #1286220:1286221
@@ -16,7 +16,6 @@
   ${GSL_DIR}/version.c
   ${GSL_DIR}/block/block.c
   ${GSL_DIR}/block/file.c
-  ${GSL_DIR}/block/init.c
   ${GSL_DIR}/fft/dft.c
   ${GSL_DIR}/fft/factorize.c
   ${GSL_DIR}/fft/fft.c
@@ -190,7 +189,6 @@
   ${GSL_DIR}/matrix/prop.c
   ${GSL_DIR}/matrix/rowcol.c
   ${GSL_DIR}/matrix/submatrix.c
-  ${GSL_DIR}/matrix/swap.c
   ${GSL_DIR}/matrix/view.c
   ${GSL_DIR}/monte/miser.c
   ${GSL_DIR}/monte/plain.c
@@ -484,6 +482,10 @@
   ${GSL_DIR}/wavelet/haar.c
   ${GSL_DIR}/wavelet/wavelet.c
   ${GSL_DIR}/bspline/bspline.c
+  
+  # prevent linker errors
+  ${GSL_DIR}/matrix/swap.c
+  ${GSL_DIR}/block/init.c
 )
 
 


More information about the Kst mailing list