Skip to content

Instantly share code, notes, and snippets.

@k4rtik
Created August 15, 2019 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k4rtik/df0adf1c6b06cc2fb37cf4037a74eec6 to your computer and use it in GitHub Desktop.
Save k4rtik/df0adf1c6b06cc2fb37cf4037a74eec6 to your computer and use it in GitHub Desktop.
Steps to get quipper to work
rm -rf ~/.cabal ~/.stack ~/.ghc ~/.ghcup
curl -sSL https://get.haskellstack.org/ | sh
stack --resolver lts-7.24 setup
stack install cabal-install
export PATH=~/.stack/programs/x86_64-linux/ghc-tinfo6-8.0.1/bin:$PATH
cabal update
cabal install superdoc-0.1.2.3 random-1.1 mtl-2.2.1 primes-0.2.1.0 zlib-0.6.1.2 easyrender-0.1.1.3 Lattices fixedprec newsynth containers set-monad-0.2.0.0 QuickCheck
make -j8
quipper/scripts/quipper
@k4rtik
Copy link
Author

k4rtik commented Jan 27, 2020

These steps were for Quipper v0.8 and are now obsolete. Just install Quipper 0.9 following its homepage: https://www.mathstat.dal.ca/~selinger/quipper/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment