Skip to content

Commit

Permalink
x86 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Jan 30, 2023
1 parent 5bd4868 commit 9e5b27c
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 1 deletion.
59 changes: 58 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,59 @@
# qp2-dependencies
Dependencies for the installation of Quantum Package

Dependencies for the installation of Quantum Package. These files are not
necessarily the latest versions, but they have been well tested with QP.

## Bats
https://github.com/bats-core/bats-core/archive/v1.1.0.tar.gz
(MIT)

## Docopt
https://github.com/docopt/docopt/archive/0.6.2.tar.gz
(MIT)

## Basis set exchange
https://github.com/MolSSI-BSE/basis_set_exchange/archive/v0.8.11.tar.gz
(BSD-3clause)

## F77-ZMQ
https://github.com/scemama/f77_zmq/archive/v4.2.5.tar.gz"
(LGPLv2.1)

## Ninja
https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip

## OCaml, OPAM and OCaml libraries
Packages were bundled using [OpamPack](https://github.com/scemama/OpamPack)
```
./OpamPack.sh ocaml.4.11.2 ocamlbuild cryptokit zmq sexplib ppx_sexp_conv ppx_deriving getopt
```
- OCaml (LGPLv2.1)
- cryptokit (GPLv2)
- zmq (MIT)
- sexplib (MIT)
- ppx_sexp_conv (MIT)
- ppx_deriving (MIT)
- getopt (MIT)
- ocamlbuild (GPLv2)

## ResultsFile
https://gitlab.com/scemama/resultsFile/-/archive/v2.0/resultsFile-v2.0.tar.gz
(GLPv2)

## ZeroMQ
https://github.com/zeromq/libzmq/releases/download/v4.2.5/zeromq-4.2.5.tar.gz
(GPLv3)

## Zlib
https://www.zlib.net/zlib-1.2.11.tar.gz
(Boost)


## GMP
https://ftp.gnu.org/gnu/gmp/gmp-6.1.2.tar.bz2
(GPLv3)





Binary file added bats-v1.1.0.tar.gz
Binary file not shown.
Binary file added bats-v1.7.0.tar.gz
Binary file not shown.
Binary file added bse-v0.8.11.tar.gz
Binary file not shown.
Binary file added docopt-0.6.2.tar.gz
Binary file not shown.
Binary file added f77-zmq-4.3.2.tar.gz
Binary file not shown.
Binary file added gmp-6.1.2.tar.bz2
Binary file not shown.
Binary file added ninja.tar.gz
Binary file not shown.
Binary file added opampack.tar.gz
Binary file not shown.
Binary file added resultsFile-v2.3.tar.gz
Binary file not shown.
Binary file added zeromq-4.2.5.tar.gz
Binary file not shown.
Binary file added zlib-1.2.11.tar.gz
Binary file not shown.

0 comments on commit 9e5b27c

Please sign in to comment.