Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.46 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.46 KB

qp2-dependencies

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

When you install QP, we assume that you were successful in the installation of the dependencies, and this is where the support of QP starts. So the current repository exists to help the users, but no support is provided.

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 with the following command:

./OpamPack.sh ocaml.4.11.2 ocamlbuild zmq sexplib ppx_sexp_conv ppx_deriving getopt
  • OCaml (LGPLv2.1)
  • 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)