Skip to content

Commit

Permalink
The complete GSL library gets compiled into one shared lib
Browse files Browse the repository at this point in the history
For a complete list see src/clibs/gsl/src/gsl_files.txt
  • Loading branch information
pjotrp committed Apr 9, 2009
1 parent 8e8b8a1 commit 48cadaf
Show file tree
Hide file tree
Showing 3 changed files with 675 additions and 18 deletions.
21 changes: 3 additions & 18 deletions src/clibs/gsl/src/CMakeLists.txt
Expand Up @@ -36,25 +36,10 @@ IF (NOT EXISTS ${GSL_CONFIG})
message("Finished configuring ./contrib/gsl ${result_gsl}") message("Finished configuring ./contrib/gsl ${result_gsl}")
ENDIF (NOT EXISTS ${GSL_CONFIG}) ENDIF (NOT EXISTS ${GSL_CONFIG})


FILE(STRINGS gsl_files.txt GSL_FILES)

ADD_LIBRARY(${LIBNAME} SHARED ADD_LIBRARY(${LIBNAME} SHARED
${GSL_CONTRIB_PATH}/statistics/absdev.c ${GSL_FILES}
${GSL_CONTRIB_PATH}/statistics/covariance.c
${GSL_CONTRIB_PATH}/statistics/kurtosis.c
${GSL_CONTRIB_PATH}/statistics/lag1.c
${GSL_CONTRIB_PATH}/statistics/mean.c
${GSL_CONTRIB_PATH}/statistics/median.c
${GSL_CONTRIB_PATH}/statistics/minmax.c
${GSL_CONTRIB_PATH}/statistics/p_variance.c
${GSL_CONTRIB_PATH}/statistics/quantiles.c
${GSL_CONTRIB_PATH}/statistics/skew.c
${GSL_CONTRIB_PATH}/statistics/ttest.c
${GSL_CONTRIB_PATH}/statistics/variance.c
${GSL_CONTRIB_PATH}/statistics/wabsdev.c
${GSL_CONTRIB_PATH}/statistics/wcovar.c
${GSL_CONTRIB_PATH}/statistics/wkurtosis.c
${GSL_CONTRIB_PATH}/statistics/wmean.c
${GSL_CONTRIB_PATH}/statistics/wskew.c
${GSL_CONTRIB_PATH}/statistics/wvariance.c
) )


# ---- The following may be required for OSX # ---- The following may be required for OSX
Expand Down

0 comments on commit 48cadaf

Please sign in to comment.