mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-25 04:27:54 +01:00
use ubuntu nodejs
(not sure if anything is actually still using it)
This commit is contained in:
parent
1195a23daf
commit
9d60ad8f71
@ -133,6 +133,7 @@ apt-get install -y \
|
|||||||
mono-mcs \
|
mono-mcs \
|
||||||
nettle-dev \
|
nettle-dev \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
|
nodejs \
|
||||||
openjdk-8-jdk \
|
openjdk-8-jdk \
|
||||||
python-mpltoolkits.basemap \
|
python-mpltoolkits.basemap \
|
||||||
python3-matplotlib \
|
python3-matplotlib \
|
||||||
|
|||||||
@ -41,8 +41,8 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
|
|||||||
#update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-9" 50
|
#update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-9" 50
|
||||||
|
|
||||||
# nodejs 10 (nodejs8 in bionic needs conflicting libssl10-dev)
|
# nodejs 10 (nodejs8 in bionic needs conflicting libssl10-dev)
|
||||||
curl -sL https://deb.nodesource.com/setup_10.x | bash -
|
#curl -sL https://deb.nodesource.com/setup_10.x | bash -
|
||||||
apt-get install -y nodejs
|
#apt-get install -y nodejs
|
||||||
|
|
||||||
# install ocilib dependencies then build and install ocilib
|
# install ocilib dependencies then build and install ocilib
|
||||||
cd /tmp \
|
cd /tmp \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user