add adxv, imagemagick, and pymol-open-source
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#%Module1.0
|
||||
|
||||
module-whatis "ImageMagick - create, edit and convert bitmap images (magick, convert, ...)"
|
||||
module-url "https://imagemagick.org/"
|
||||
module-license "ImageMagick License (Apache-2.0 derived)"
|
||||
module-maintainer "MX Data <jiaxin.duan@psi.ch>"
|
||||
|
||||
module-help "
|
||||
ImageMagick 7 command-line tools (magick, convert, mogrify, identify,
|
||||
montage, ...) plus MagickCore/MagickWand/Magick++ libraries and
|
||||
pkg-config files. Enabled image formats depend on the -devel RPMs
|
||||
present at build time: check with `magick -list format`.
|
||||
"
|
||||
|
||||
prepend-path PATH $PREFIX/bin
|
||||
prepend-path LD_LIBRARY_PATH $PREFIX/lib
|
||||
prepend-path PKG_CONFIG_PATH $PREFIX/lib/pkgconfig
|
||||
prepend-path MANPATH $PREFIX/share/man
|
||||
Reference in New Issue
Block a user