mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-31 00:20:26 +01:00
debian-bootstrap.sh: use the Ubuntu libsecp256k1 package (haskoin/secp256k1-haskell#15)
This commit is contained in:
parent
8463f4562e
commit
bc6a92ab01
@ -99,6 +99,7 @@ apt-get install -y \
|
|||||||
libsdl2-image-dev \
|
libsdl2-image-dev \
|
||||||
libsdl2-mixer-dev \
|
libsdl2-mixer-dev \
|
||||||
libsdl2-ttf-dev \
|
libsdl2-ttf-dev \
|
||||||
|
libsecp256k1-dev \
|
||||||
libsnappy-dev \
|
libsnappy-dev \
|
||||||
libsndfile1-dev \
|
libsndfile1-dev \
|
||||||
libsodium-dev \
|
libsodium-dev \
|
||||||
@ -228,16 +229,6 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l
|
|||||||
&& rm libtensorflow.tar.gz \
|
&& rm libtensorflow.tar.gz \
|
||||||
&& ldconfig
|
&& ldconfig
|
||||||
|
|
||||||
# Install secp256k1
|
|
||||||
cd /tmp \
|
|
||||||
&& git clone https://github.com/bitcoin-core/secp256k1.git \
|
|
||||||
&& cd secp256k1 \
|
|
||||||
&& ./autogen.sh \
|
|
||||||
&& ./configure --enable-module-recovery \
|
|
||||||
&& make \
|
|
||||||
&& make install
|
|
||||||
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user