mirror of
https://github.com/pfloos/quack
synced 2024-12-22 04:14:26 +01:00
Setup QCaml
This commit is contained in:
parent
1abe13c86d
commit
44e2b80a69
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.o
|
||||
*.
|
1
qcaml-tools/.gitignore
vendored
Normal file
1
qcaml-tools/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
qcaml/
|
7
qcaml-tools/install_qcaml.sh
Executable file
7
qcaml-tools/install_qcaml.sh
Executable 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
3
utils/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
QCaml
|
||||
*.a
|
||||
lapack-release
|
Loading…
Reference in New Issue
Block a user