Skip to content

Commit

Permalink
Add node.js dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Jul 5, 2024
1 parent d8d9c7d commit 7418887
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion buildscripts/build_loc_3.x_mac
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [[ ! -d $CONDALOCATION ]]; then
echo
export PATH=$CONDALOCATION/bin:$PATH
mamba update mamba -y
mamba install cmake compilers gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 nexus openmpi mcpl ncrystal -y
mamba install cmake compilers flex bison nodejs gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 nexus openmpi mcpl ncrystal -y
mamba clean --all -y
fi

Expand Down
2 changes: 1 addition & 1 deletion buildscripts/build_loc_3.x_mac_conda
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [[ ! -d $CONDALOCATION ]]; then
source $CONDALOCATION/bin/activate
which conda
mamba update mamba -y
mamba install -c conda-forge --override-channels cmake compilers flex bison gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 openmpi mcpl ncrystal nexus -y
mamba install -c conda-forge --override-channels cmake compilers flex bison nodejs flex bison gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 openmpi mcpl ncrystal nexus -y
mamba clean --all -y
echo CMAKE:
which cmake
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/build_loc_3.x_tree
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [[ ! -d $CONDALOCATION ]]; then
echo
export PATH=$CONDALOCATION/bin:$PATH
mamba update mamba -y
mamba install cmake compilers gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 nexus mcpl ncrystal -y
mamba install cmake compilers flex bison nodejs gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 nexus mcpl ncrystal -y
mamba clean --all -y
fi

Expand Down
2 changes: 1 addition & 1 deletion buildscripts/build_loc_mcx_3x_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [[ ! -d $CONDALOCATION ]]; then
echo
export PATH=$CONDALOCATION/bin:$PATH
mamba update mamba -y
mamba install cmake compilers gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 openmpi xraylib -y
mamba install cmake compilers flex bison nodejs gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 openmpi xraylib -y
mamba clean --all -y
fi

Expand Down
2 changes: 1 addition & 1 deletion buildscripts/xbuild_loc_3.x_tree
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [[ ! -d $CONDALOCATION ]]; then
echo
export PATH=$CONDALOCATION/bin:$PATH
mamba update mamba -y
mamba install cmake compilers gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 nexus mcpl xraylib -y
mamba install cmake compilers flex bison nodejs gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 nexus mcpl xraylib -y
mamba clean --all -y
fi

Expand Down
2 changes: 1 addition & 1 deletion dependency-scripts/getdeps_debian
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
echo
echo apt-get\'ing the dependencies using sudo:
echo
sudo apt-get -y install git cmake texlive gcc gfortran flex bison build-essential poppler-utils texlive-latex-extra texlive-bibtex-extra texlive-pstricks texlive-science equivs
sudo apt-get -y install git cmake texlive gcc gfortran flex bison build-essential poppler-utils texlive-latex-extra texlive-bibtex-extra texlive-pstricks texlive-science equivs nodejs
2 changes: 1 addition & 1 deletion dependency-scripts/getdeps_win64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
echo
echo apt-get\'ing the dependencies using sudo:
echo
sudo apt-get -y install git cmake gcc gfortran mingw-w64 gfortran-mingw-w64 flex bison build-essential mingw-w64-x86-64-dev wine64 dos2unix nsis libz-mingw-w64-dev
sudo apt-get -y install git cmake gcc gfortran mingw-w64 gfortran-mingw-w64 flex bison build-essential mingw-w64-x86-64-dev wine64 dos2unix nsis libz-mingw-w64-dev nodejs

mkdir /tmp/innosetup
cd /tmp/innosetup
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies:
- mslex
- typish
- jsons
- nodejs
- pip
- pip:
- guide_bot
Expand Down
1 change: 1 addition & 0 deletions mcstas-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies:
- ipympl
- jinja2
- mslex
- nodejs
- pip
- pip:
- guide_bot
Expand Down
1 change: 1 addition & 0 deletions mcxtrace-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies:
- ipympl
- jinja2
- mslex
- nodejs
- pip
- pip:
- guide_bot
Expand Down
1 change: 1 addition & 0 deletions meta-pkgs/windows/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies:
- mslex
- typish
- jsons
- nodejs
- pip
- pip:
- guide_bot
Expand Down

0 comments on commit 7418887

Please sign in to comment.