mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +01:00
Bug in setup_environment corrected
This commit is contained in:
parent
168335cfdc
commit
5e7644e166
@ -45,8 +45,8 @@ make -C ocaml qp_create_ezfio_from_xyz.native
|
||||
if [[ $? -ne 0 ]]
|
||||
then
|
||||
scripts/fetch_from_web.py "https://raw.github.com/hcarty/ocamlbrew/master/ocamlbrew-install" ocamlbrew-install.sh
|
||||
cat < ocamlbrew-install.sh | env OCAMLBREW_FLAGS="-r" bash > ocaml_install.log
|
||||
grep "source " install.log | grep "etc/ocamlbrew.bashrc" >> quantum_package.rc
|
||||
cat < ocamlbrew-install.sh | env OCAMLBREW_FLAGS="-r" bash | tee ocaml_install.log
|
||||
grep "source " ocaml_install.log | grep "etc/ocamlbrew.bashrc" >> quantum_package.rc
|
||||
source quantum_package.rc
|
||||
echo Y | opam install core async
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user