Lines Matching refs: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
26 echo "usage: gsl16test /absolute/name/of/gsl-1.6-patched.tar.gz"
75 rm -rf log.verbose gsl-1.6-patched summary.txt
84 "rm -rf gsl-1.6-patched && tar xzf $GSL_FILE" && \
87 "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \
90 "(cd gsl-1.6-patched && make && make -k check)"
94 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do ./$f ; done) &> out-REF
99 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-V