22 lines
965 B
Plaintext
22 lines
965 B
Plaintext
#%Pmodule
|
|
|
|
module-whatis "Olex2 is a free and comprehensive software package for determining, visualizing, and analyzing small-molecule crystal structures"
|
|
module-url "https://www.olexsys.org/olex2"
|
|
module-license "https://www.olexsys.org/tags/licence/"
|
|
module-maintainer "MX Data <jiaxin.duan@psi.ch>"
|
|
|
|
module-help "
|
|
Olex2 is a free and comprehensive software package for determining,
|
|
visualizing, and analyzing small-molecule crystal structures. It features a
|
|
user-friendly, mouse-driven graphical interface to assist both chemists and
|
|
crystallographers with tasks like structure solution, refinement, and report
|
|
generation. The program seamlessly links all aspects of the crystallography
|
|
workflow into a single, intuitive package.
|
|
"
|
|
|
|
# Use software OpenGL explicitly to avoid Vulkan drivers missing error
|
|
setenv LIBGL_ALWAYS_SOFTWARE 1
|
|
|
|
# Because the executable files need to be in the top directory
|
|
prepend-path PATH $PREFIX
|