Installation output for bvsp-spline
Installation time: 0s
/root/salmonella-run-publish/chicken/bin/chicken-install -prefix /root/salmonella-run-publish/salmonella-repo/repo
retrieving ...
checking platform for `bvsp-spline' ...
checking dependencies for `bvsp-spline' ...
install order:
("bvsp-spline")
installing bvsp-spline: ...
changing current directory to .
/root/salmonella-run-publish/chicken/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"bvsp-spline\" \"\"))" -e "(destination-prefix \"/root/salmonella-run-publish/salmonella-repo/repo\")" -e "(runtime-prefix \"/root/salmonella-run-publish/salmonella-repo/repo\")" bvsp-spline.setup
Unable to figure out the location of the BVSPIS Fortran library.
You will need to supply the BVSPIS source code in order to compile this package.
You can download and unpack BVSPIS as follows:
wget http://www.netlib.org/toms/770
mkdir bvspis && awk 'NR>4' 770 > bvspis/bvspis.sh && chmod u+x bvspis/bvspis.sh
pushd bvspis && ./bvspis.sh && popd
Then set the BVSPIS_PATH environment variable to $PWD/bvspis and run chicken-install again:
BVSPIS_PATH=$PWD/bvspis chicken-install bvsp-spline
Error: shell command terminated with nonzero exit code
256
"/root/salmonella-run-publish/chicken/bin/csi -bnq -setup-mode -e \"(require-lib...