mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-24 21:21:58 +01:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
0f777476a1
@ -4,9 +4,9 @@ ENV HOME /home/stackage
|
|||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
||||||
# NOTE: also update debian-bootstrap.sh when cuda version changes
|
# NOTE: also update debian-bootstrap.sh when cuda version changes
|
||||||
ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.6.1/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
ENV PATH /usr/local/cuda-10.0/bin:/opt/ghc/8.6.1/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
ENV CUDA_PATH /usr/local/cuda-8.0
|
ENV CUDA_PATH /usr/local/cuda-10.0
|
||||||
ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64
|
ENV LD_LIBRARY_PATH=/usr/local/cuda-10.0/lib64:/usr/local/cuda-10.0/nvvm/lib64
|
||||||
|
|
||||||
ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh
|
ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh
|
||||||
RUN /tmp/debian-bootstrap.sh && rm /tmp/debian-bootstrap.sh
|
RUN /tmp/debian-bootstrap.sh && rm /tmp/debian-bootstrap.sh
|
||||||
|
|||||||
@ -8,6 +8,9 @@ cabal-format-version: "2.2"
|
|||||||
# Constraints for brand new builds
|
# Constraints for brand new builds
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
|
"Laurent P. René de Cotret <laurent.decotret@outlook.com> @LaurentRDC":
|
||||||
|
- pandoc-pyplot
|
||||||
|
|
||||||
"Andrew Newman <andrewfnewman@gmail.com> @andrewfnewman":
|
"Andrew Newman <andrewfnewman@gmail.com> @andrewfnewman":
|
||||||
- geojson
|
- geojson
|
||||||
|
|
||||||
@ -384,6 +387,7 @@ packages:
|
|||||||
- markdown
|
- markdown
|
||||||
- mime-mail
|
- mime-mail
|
||||||
- mime-mail-ses
|
- mime-mail-ses
|
||||||
|
- mime-types
|
||||||
- network-conduit-tls
|
- network-conduit-tls
|
||||||
- persistent
|
- persistent
|
||||||
- persistent-mysql
|
- persistent-mysql
|
||||||
@ -584,6 +588,7 @@ packages:
|
|||||||
- pem
|
- pem
|
||||||
- siphash
|
- siphash
|
||||||
- socks
|
- socks
|
||||||
|
- tasty-kat
|
||||||
- tls
|
- tls
|
||||||
- tls-debug
|
- tls-debug
|
||||||
- vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build
|
- vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build
|
||||||
@ -789,8 +794,8 @@ packages:
|
|||||||
- accelerate-llvm-ptx < 0 # GHC 8.4 via base-4.11.0.0
|
- accelerate-llvm-ptx < 0 # GHC 8.4 via base-4.11.0.0
|
||||||
- accelerate-examples < 0 # GHC 8.4 via accelerate
|
- accelerate-examples < 0 # GHC 8.4 via accelerate
|
||||||
- repa
|
- repa
|
||||||
- repa-algorithms < 0 # GHC 8.4 via repa
|
- repa-algorithms
|
||||||
- repa-io < 0 # GHC 8.4 via repa
|
- repa-io
|
||||||
- gloss
|
- gloss
|
||||||
- gloss-accelerate < 0 # GHC 8.4 via base-4.11.0.0
|
- gloss-accelerate < 0 # GHC 8.4 via base-4.11.0.0
|
||||||
- gloss-algorithms < 0 # GHC 8.4 via base-4.11.0.0
|
- gloss-algorithms < 0 # GHC 8.4 via base-4.11.0.0
|
||||||
@ -800,11 +805,12 @@ packages:
|
|||||||
- colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0
|
- colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0
|
||||||
- lens-accelerate < 0 # GHC 8.4 via base-4.11.0.0
|
- lens-accelerate < 0 # GHC 8.4 via base-4.11.0.0
|
||||||
- mwc-random-accelerate < 0 # GHC 8.4 via accelerate
|
- mwc-random-accelerate < 0 # GHC 8.4 via accelerate
|
||||||
- cuda < 0 # build failure with GHC 8.4
|
- cuda
|
||||||
- cublas < 0 # build failure with GHC 8.4
|
- cufft
|
||||||
- cusparse < 0 # build failure with GHC 8.4
|
- cublas
|
||||||
- cusolver < 0 # build failure with GHC 8.4
|
- cusparse
|
||||||
- nvvm < 0 # build failure with GHC 8.4
|
- cusolver
|
||||||
|
- nvvm
|
||||||
- wide-word
|
- wide-word
|
||||||
|
|
||||||
"Dan Burton <danburton.email@gmail.com> @DanBurton":
|
"Dan Burton <danburton.email@gmail.com> @DanBurton":
|
||||||
@ -1306,7 +1312,7 @@ packages:
|
|||||||
|
|
||||||
"Tomas Carnecky @wereHamster":
|
"Tomas Carnecky @wereHamster":
|
||||||
- avers
|
- avers
|
||||||
# - avers-api # cryptonite 0.25
|
# - avers-api # avers, GHC 8.6
|
||||||
# - avers-server # cryptonite 0.25
|
# - avers-server # cryptonite 0.25
|
||||||
- css-syntax
|
- css-syntax
|
||||||
# - etcd # https://github.com/wereHamster/etcd-hs/issues/5
|
# - etcd # https://github.com/wereHamster/etcd-hs/issues/5
|
||||||
@ -2568,6 +2574,7 @@ packages:
|
|||||||
# - marvin # https://github.com/JustusAdam/marvin/issues/22
|
# - marvin # https://github.com/JustusAdam/marvin/issues/22
|
||||||
- marvin-interpolate
|
- marvin-interpolate
|
||||||
- mustache
|
- mustache
|
||||||
|
- exit-codes >= 1.0.0
|
||||||
|
|
||||||
"Cindy Wang <cindylinz@gmail.com> @CindyLinz":
|
"Cindy Wang <cindylinz@gmail.com> @CindyLinz":
|
||||||
- NoTrace < 0 # GHC 8.4 via base-4.11.0.0
|
- NoTrace < 0 # GHC 8.4 via base-4.11.0.0
|
||||||
@ -2685,6 +2692,7 @@ packages:
|
|||||||
- hw-balancedparens
|
- hw-balancedparens
|
||||||
- hw-bits
|
- hw-bits
|
||||||
- hw-conduit
|
- hw-conduit
|
||||||
|
- hw-conduit-merges
|
||||||
- hw-diagnostics
|
- hw-diagnostics
|
||||||
- hw-dsv
|
- hw-dsv
|
||||||
- hw-eliasfano
|
- hw-eliasfano
|
||||||
@ -3188,6 +3196,7 @@ packages:
|
|||||||
- tensorflow-test
|
- tensorflow-test
|
||||||
- pier-core
|
- pier-core
|
||||||
- pier
|
- pier
|
||||||
|
- haskeline
|
||||||
|
|
||||||
"Christof Schramm <christof.schramm@campus.lmu.de>":
|
"Christof Schramm <christof.schramm@campus.lmu.de>":
|
||||||
- mnist-idx
|
- mnist-idx
|
||||||
@ -3612,7 +3621,7 @@ packages:
|
|||||||
|
|
||||||
"asakamirai <asakamirai_hackage@towanowa.net> @asakamirai":
|
"asakamirai <asakamirai_hackage@towanowa.net> @asakamirai":
|
||||||
- kazura-queue
|
- kazura-queue
|
||||||
|
|
||||||
"Eric Torreborre <etorreborre@yahoo.com> @etorreborre":
|
"Eric Torreborre <etorreborre@yahoo.com> @etorreborre":
|
||||||
- registry
|
- registry
|
||||||
|
|
||||||
@ -3679,7 +3688,6 @@ packages:
|
|||||||
- Allure < 0
|
- Allure < 0
|
||||||
- DAV < 0
|
- DAV < 0
|
||||||
- DRBG < 0
|
- DRBG < 0
|
||||||
- FontyFruity < 0
|
|
||||||
- HTF < 0
|
- HTF < 0
|
||||||
- HTTP < 0
|
- HTTP < 0
|
||||||
- HaTeX < 0
|
- HaTeX < 0
|
||||||
@ -3688,7 +3696,6 @@ packages:
|
|||||||
- HaskellNet-SSL < 0
|
- HaskellNet-SSL < 0
|
||||||
- IPv6Addr < 0
|
- IPv6Addr < 0
|
||||||
- IPv6DB < 0
|
- IPv6DB < 0
|
||||||
- JuicyPixels < 0
|
|
||||||
- JuicyPixels-extra < 0
|
- JuicyPixels-extra < 0
|
||||||
- JuicyPixels-scale-dct < 0
|
- JuicyPixels-scale-dct < 0
|
||||||
- LambdaHack < 0
|
- LambdaHack < 0
|
||||||
@ -3697,7 +3704,6 @@ packages:
|
|||||||
- Network-NineP < 0
|
- Network-NineP < 0
|
||||||
- QuasiText < 0
|
- QuasiText < 0
|
||||||
- RSA < 0
|
- RSA < 0
|
||||||
- Rasterific < 0
|
|
||||||
- RefSerialize < 0
|
- RefSerialize < 0
|
||||||
- SCalendar < 0
|
- SCalendar < 0
|
||||||
- ShellCheck < 0
|
- ShellCheck < 0
|
||||||
@ -3806,7 +3812,6 @@ packages:
|
|||||||
- antiope-s3 < 0
|
- antiope-s3 < 0
|
||||||
- antiope-sns < 0
|
- antiope-sns < 0
|
||||||
- antiope-sqs < 0
|
- antiope-sqs < 0
|
||||||
- app-settings < 0
|
|
||||||
- apply-refact < 0
|
- apply-refact < 0
|
||||||
- approximate < 0
|
- approximate < 0
|
||||||
- arrow-list < 0
|
- arrow-list < 0
|
||||||
@ -3829,7 +3834,6 @@ packages:
|
|||||||
- beam-migrate < 0
|
- beam-migrate < 0
|
||||||
- beam-sqlite < 0
|
- beam-sqlite < 0
|
||||||
- bench < 0
|
- bench < 0
|
||||||
- benchpress < 0
|
|
||||||
- bhoogle < 0
|
- bhoogle < 0
|
||||||
- binary-orphans < 0
|
- binary-orphans < 0
|
||||||
- bins < 0
|
- bins < 0
|
||||||
@ -3962,7 +3966,6 @@ packages:
|
|||||||
- fswatch < 0
|
- fswatch < 0
|
||||||
- gdax < 0
|
- gdax < 0
|
||||||
- generic-aeson < 0
|
- generic-aeson < 0
|
||||||
- generic-random < 0
|
|
||||||
- generic-xmlpickler < 0
|
- generic-xmlpickler < 0
|
||||||
- generics-eot < 0
|
- generics-eot < 0
|
||||||
- ghc-parser < 0
|
- ghc-parser < 0
|
||||||
@ -4044,7 +4047,6 @@ packages:
|
|||||||
- hpqtypes < 0
|
- hpqtypes < 0
|
||||||
- hquantlib < 0
|
- hquantlib < 0
|
||||||
- hsebaysdk < 0
|
- hsebaysdk < 0
|
||||||
- hsexif < 0
|
|
||||||
- hslua < 0
|
- hslua < 0
|
||||||
- hslua-aeson < 0
|
- hslua-aeson < 0
|
||||||
- hslua-module-text < 0
|
- hslua-module-text < 0
|
||||||
@ -4053,7 +4055,6 @@ packages:
|
|||||||
- hspec-wai-json < 0
|
- hspec-wai-json < 0
|
||||||
- hsx-jmacro < 0
|
- hsx-jmacro < 0
|
||||||
- hsyslog-udp < 0
|
- hsyslog-udp < 0
|
||||||
- http-client < 0
|
|
||||||
- http-client-openssl < 0
|
- http-client-openssl < 0
|
||||||
- http-client-tls < 0
|
- http-client-tls < 0
|
||||||
- http-conduit < 0
|
- http-conduit < 0
|
||||||
@ -4131,7 +4132,6 @@ packages:
|
|||||||
- massiv-io < 0
|
- massiv-io < 0
|
||||||
- mbug < 0
|
- mbug < 0
|
||||||
- mega-sdist < 0
|
- mega-sdist < 0
|
||||||
- memory < 0
|
|
||||||
- messagepack < 0
|
- messagepack < 0
|
||||||
- messagepack-rpc < 0
|
- messagepack-rpc < 0
|
||||||
- microformats2-parser < 0
|
- microformats2-parser < 0
|
||||||
@ -4239,7 +4239,6 @@ packages:
|
|||||||
- rebase < 0
|
- rebase < 0
|
||||||
- ref-fd < 0
|
- ref-fd < 0
|
||||||
- registry < 0
|
- registry < 0
|
||||||
- repa < 0
|
|
||||||
- repline < 0
|
- repline < 0
|
||||||
- req < 0
|
- req < 0
|
||||||
- req-conduit < 0
|
- req-conduit < 0
|
||||||
@ -4453,7 +4452,6 @@ packages:
|
|||||||
- exinst < 0
|
- exinst < 0
|
||||||
- extensible < 0
|
- extensible < 0
|
||||||
- fgl < 0
|
- fgl < 0
|
||||||
- first-class-families < 0
|
|
||||||
- gtk2hs-buildtools < 0
|
- gtk2hs-buildtools < 0
|
||||||
- hdevtools < 0
|
- hdevtools < 0
|
||||||
- histogram-fill < 0
|
- histogram-fill < 0
|
||||||
@ -4461,7 +4459,6 @@ packages:
|
|||||||
- jni < 0
|
- jni < 0
|
||||||
- large-hashable < 0
|
- large-hashable < 0
|
||||||
- libmpd < 0
|
- libmpd < 0
|
||||||
- llvm-hs
|
|
||||||
- llvm-hs-pretty < 0
|
- llvm-hs-pretty < 0
|
||||||
- matrix-static < 0
|
- matrix-static < 0
|
||||||
- med-module < 0
|
- med-module < 0
|
||||||
@ -4470,7 +4467,6 @@ packages:
|
|||||||
- o-clock < 0
|
- o-clock < 0
|
||||||
- stm-stats < 0
|
- stm-stats < 0
|
||||||
- teardown < 0
|
- teardown < 0
|
||||||
- typelits-witnesses < 0
|
|
||||||
- typenums < 0
|
- typenums < 0
|
||||||
- typography-geometry < 0
|
- typography-geometry < 0
|
||||||
- universe-instances-extended < 0
|
- universe-instances-extended < 0
|
||||||
@ -4756,7 +4752,6 @@ skipped-tests:
|
|||||||
- github-types
|
- github-types
|
||||||
- graph-core
|
- graph-core
|
||||||
- hexml-lens
|
- hexml-lens
|
||||||
- higher-leveldb
|
|
||||||
- hspec-core
|
- hspec-core
|
||||||
- inflections
|
- inflections
|
||||||
- inline-r
|
- inline-r
|
||||||
@ -5005,7 +5000,6 @@ expected-test-failures:
|
|||||||
- serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30
|
- serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30
|
||||||
- serversession-backend-redis # redis
|
- serversession-backend-redis # redis
|
||||||
- shake # Needs ghc on $PATH with some installed haskell packages
|
- shake # Needs ghc on $PATH with some installed haskell packages
|
||||||
- singletons # Needs ghc on $PATH with som installed haskell packages
|
|
||||||
- stack # https://github.com/fpco/stackage/issues/3707
|
- stack # https://github.com/fpco/stackage/issues/3707
|
||||||
- stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account
|
- stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account
|
||||||
- users-persistent # sqlite
|
- users-persistent # sqlite
|
||||||
|
|||||||
@ -268,12 +268,13 @@ cd /tmp \
|
|||||||
# NOTE: also update Dockerfile when cuda version changes
|
# NOTE: also update Dockerfile when cuda version changes
|
||||||
# Install CUDA toolkit
|
# Install CUDA toolkit
|
||||||
# The current version can be found at: https://developer.nvidia.com/cuda-downloads
|
# The current version can be found at: https://developer.nvidia.com/cuda-downloads
|
||||||
CUDA_PKG=8.0.61-1 # update this on new version
|
CUDA_PKG=10.0.130-1
|
||||||
CUDA_VER=${CUDA_PKG:0:3}
|
CUDA_VER=10.0
|
||||||
CUDA_APT=${CUDA_VER/./-}
|
CUDA_APT=10-0
|
||||||
|
|
||||||
pushd /tmp \
|
pushd /tmp \
|
||||||
&& wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \
|
&& wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \
|
||||||
|
&& apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub \
|
||||||
&& dpkg -i cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \
|
&& dpkg -i cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \
|
||||||
&& apt-get update -qq \
|
&& apt-get update -qq \
|
||||||
&& apt-get install -y cuda-drivers cuda-core-${CUDA_APT} cuda-cudart-dev-${CUDA_APT} cuda-cufft-dev-${CUDA_APT} cuda-cublas-dev-${CUDA_APT} cuda-cusparse-dev-${CUDA_APT} cuda-cusolver-dev-${CUDA_APT} \
|
&& apt-get install -y cuda-drivers cuda-core-${CUDA_APT} cuda-cudart-dev-${CUDA_APT} cuda-cufft-dev-${CUDA_APT} cuda-cublas-dev-${CUDA_APT} cuda-cusparse-dev-${CUDA_APT} cuda-cusolver-dev-${CUDA_APT} \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user