Lines Matching full:gsl
4 # 1.6 of the GNU Scientific Library (gsl). This has proven to be a
6 # which had not been previously discovered. Gsl contains more
11 # You can download gsl and get more info about it at
12 # http://www.gnu.org/software/gsl
17 # absolute name of gsl-1.6.tar.gz file
31 echo "usage: gsl16test /absolute/name/of/gsl-1.6-patched.tar.gz"
80 rm -rf log.verbose gsl-1.6-patched summary.txt
89 "rm -rf gsl-1.6-patched && tar xzf $GSL_FILE" && \
92 "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
95 "(cd gsl-1.6-patched && make -j4 && make -k check)"
99 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do ./$f ; done) &> out-REF
104 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-VAL