Lines Matching refs:gsl
4 # 1.9 of the GNU Scientific Library (gsl). This has proven to be a
6 # which had not been previously discovered. Gsl 1.9 contains more
13 # You can download gsl and get more info about it at
14 # http://www.gnu.org/software/gsl
19 # absolute name of gsl-1.9.tar.gz file
28 echo "usage: gsl19test /absolute/name/of/gsl-1.9.tar.gz"
78 rm -rf log.verbose gsl-1.9 summary.txt
87 "rm -rf gsl-1.9 && tar xzf $GSL_FILE" && \
90 "(cd gsl-1.9 && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
93 "(cd gsl-1.9 && make && make -k check)"
97 (cd gsl-1.9 && for f in $ALL_TESTS ; \
103 (cd gsl-1.9 && for f in $ALL_TESTS ; \