Age | Commit message (Collapse) | Author | Files | Lines |
|
New variants:
- cxxstd
- examples
|
|
* Initial cut at FLCL spackage. Works with GCC so far.
* Update spackage to list release which supports spack. Add @agaspar as a maintainer. Default unit tests to disabled when building with spack.
* Change url to 0.2.
* Nope, 0.3.
|
|
|
|
contributed by Thorsten Kurth.
|
|
|
|
|
|
Change-Id: I9fe2a1490c8c31a4174aca4ed2e270aa1efa1a50
Co-authored-by: Eric Müller <mueller@kip.uni-heidelberg.de>
|
|
* add package py-lmodule version 0.1.0
Lmodule is tested with lmod >= 7.x. Lmod 6 has different json
structure in spider which is not supported by lmodule
|
|
* py-charm4py: new package
Charm++ for python
Installation notes:
1) charm4py ships with its own charm++ tarball. It really wants
to use the version it ships with. It also builds charm++ in a special way to
produce libcharm.so (but not charmc, etc), so it does not seem
worthwhile to try to hack to build using a spack installed charmpp.
2) Originally, the installation was failing due to unresolved cuda
symbols when setup.py was doing a ctypes.CDLL of libcharm.so (in order
to verify version?). This appears to be due to the fact that
libcharm.so had undefined cuda symbols, but did not show libcudart.so as
a dependency (in e.g. ldd output). To fix this, I had to add
libcudart.so explicitly when linking libcharm.so, but since setup.py
untars a tarball to build libcharm, the solution was a tad convoluted:
2a) Add a patch in spack to py-charm4py which creates a patchfile
"spack-charm4py-setup.py.patch" which will modify a Makefile file (after it
is untarred) to add the flags in env var SPACK_CHARM4PY_EXTRALIBS to
the link command for libcharm.so
2b) The spack patch file also patches setup.py to run patch using the
aforementioned patchfile to patch the Makefile after it is untarred, and
sets the SPACK_CHARM4PY_EXTRALIBS variable appropriately in the setup
environment.
* Update var/spack/repos/builtin/packages/py-charm4py/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/py-charm4py/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-charm4py: flake8 fixes
remove useless import
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* Update Package, Pymol 2.4
* Fixed flake8 stuff
* more style fixes
* missing ( at EOF
* added py-pymol 2.3 back this
* extra line removal
* white space in empty line removal
* added libpng and py-pyqt5 to prefix_path
|
|
|
|
|
|
|
|
|
|
* Update py-fortran-language-server
* Restore v1.11.1
|
|
fujisu-ssl2: Add new package with thread-parallel, SVE and scalapack support
|
|
* Add mlperf-deepcam
* Change mlperf-deepcam to reflect updated name of dependency
|
|
|
|
|
|
* Add py-sanic
* Update package.py
Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com>
|
|
|
|
|
|
* Add py-avro-python3
* Adding deprecation warning
* Updating python versions
* Fixing docstring indentation
* Update package.py
Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
* Add py-mlperf_logging
* replacing _ by - in package name
|
|
|
|
* Add py-crcmod
* Updating homepage
|
|
|
|
|
|
|
|
|
|
* Add py-gitpython
* removing 3.1.7 checksum
|
|
* Add py-pytorch-gradual-warmup-lr
* Fixed license header
Co-authored-by: Robert Pavel <rspavel@lanl.gov>
|
|
* Fix 'unexpected product version' error for macOS 11.0
* Adjustment: add the minimum version that this macOS patch is necessary.
* Adding a keyword to prevent the patch being applied to systems other than darwin (macOS)
* Deleting quotation marks
|
|
* Add py-backports-lzma
* Fixing python version compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add py-bottle
* fixing python versions
|
|
|