Skip to content

Commit

Permalink
Add nomacs image viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Jul 30, 2023
1 parent 9c8ab36 commit 58fdfd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions singularity/Singularity.amd_aocl
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ From: fedora:36
dnf -y install automake autoconf cmake make
dnf -y install gcc gcc-c++ gcc-gfortran
dnf -y install arpack-devel python-devel python3-devel lapack-devel libpng-devel libxml2-devel readline-devel ncurses-devel f2py bzip2-devel libicu-devel python3-scipy python-setuptools gsl gsl-devel gdal gdal-devel libpqxx libpqxx-devel
dnf -y install bison flex ncurses tar bzip2 which gettext
dnf -y install bison flex ncurses tar bzip2 which gettext nomacs
dnf -y install cmake3 nodejs
dnf -y install swarp rclone
dnf -y remove openblas*
# Necessary for nomacs
sudo strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5

# Install OpenBLAS
mkdir -p /opt/OpenBLAS
Expand Down
5 changes: 3 additions & 2 deletions singularity/Singularity.intel_mkl
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ From: fedora:36
dnf -y install automake autoconf cmake make
dnf -y install gcc gcc-c++ gcc-gfortran
dnf -y install arpack-devel python-devel python3-devel lapack-devel libpng-devel libxml2-devel readline-devel ncurses-devel f2py bzip2-devel libicu-devel python3-scipy python-setuptools gsl gsl-devel gdal gdal-devel libpqxx libpqxx-devel
dnf -y install bison flex ncurses tar bzip2 which gettext
dnf -y install bison flex ncurses tar bzip2 which gettext nomacs
dnf -y install cmake3 nodejs
dnf -y install swarp rclone
dnf -y remove openblas*
# Necessary for nomacs
sudo strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5

export CC=`which gcc`
export CXX=`which g++`
Expand Down

0 comments on commit 58fdfd1

Please sign in to comment.