Setup QCaml

This commit is contained in:
Pierre-Francois Loos 2020-10-08 10:12:14 +02:00
parent 1abe13c86d
commit 44e2b80a69
4 changed files with 13 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.o
*.

1
qcaml-tools/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
qcaml/

7
qcaml-tools/install_qcaml.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
git clone --single-branch --branch dev https://gitlab.com/scemama/qcaml.git
cd qcaml
make
opam install .

3
utils/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
QCaml
*.a
lapack-release