Lines Matching full: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
33 echo "usage: gsl19test /absolute/name/of/gsl-1.9.tar.gz"
83 rm -rf log.verbose gsl-1.9 summary.txt
92 "rm -rf gsl-1.9 && tar xzf $GSL_FILE" && \
95 "(cd gsl-1.9 && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
98 "(cd gsl-1.9 && make && make -k check)"
102 (cd gsl-1.9 && for f in $ALL_TESTS ; \
108 (cd gsl-1.9 && for f in $ALL_TESTS ; \