Age | Commit message (Collapse) | Author | Files | Lines |
|
* py-pywcs: a new package.
* Fix a flake8 issue.
* Add missing dependencies.
* run -> build.
* Add version specifications.
|
|
* version bump: eztrace-1.1-10
* 'trahay' is the maintainer for package 'eztrace'
|
|
|
|
|
|
|
|
|
|
|
|
* Check if CPU family is x86_64.
* Remove the leading space.
|
|
* [py-gluoncv] created template
* [py-gluoncv] added description and homepage
* [py-gluoncv] added dependencies
* [py-gluoncv] unicode in readme is causing build to fail
* [py-gluoncv] cleaned up fixmes
* [py-gluoncv] removed unnecessary python dependency listing
* [py-gluoncv] added cython
|
|
* Added support for new configuration process of lmsensors component for papi@6:
* Removed extraneous blank lines
|
|
* restricted unqlite patch to version 1.1.9
* putting back the URL of the PR corresponding to the patch
|
|
* [py-portalocker] Create template
* [py-portalocker] added homepage and description
* [py-portalocker] specified dependencies
* [py-portalocker] cleaned up fixmes
* [py-portalocker] removed unnecessary python dependency listing
|
|
* Added new variant "sde" to papi
* Updated papi with new version and new variant "sde"
|
|
|
|
* [libnotify] created template
* [libnotify] added homepage and description
* [libnotify] added dependencies
* [libnotify] patch location to docbook
* [libnotify] more dependency work
* [libnotify] reorder dependencies
* [libnotify] added variant docbook
* [libnotify] more accurate dependency version
* [libnotify] xsltproc still needed
* [libnotify] created test variant
* [libnotify] added gtkdoc varient
* [libnotify] cleaned up leftover fixme
* [libnotify] flake8
* [libnotify] test variant became self.run_tests
* [libnotify] pkgconfig is build dependency
* [libnotify] commented out broken variants
* [libnotify] flake8
|
|
|
|
|
|
|
|
* Add option for toggling pmi backwards compatibility
* Remove trailing whitespace
|
|
* [py-astropy-helpers] created template
* [py-astropy-helpers] - removed boilerplate - added homepage - added depends_on('py-astropy')
* [py-astropy-helpers] Setuptools versioning
* [py-astropy-helpers] cleaned up unused build_args method
* [py-astropy-helpers] py-astropy is a runtime dependency
* [py-astropy-helpers] requires python@3.6:
* [py-astropy-helpers] cleaned up unnecessary older versions
* [py-astropy-helpers] turns out py-astropy isn't actually a dependency
|
|
|
|
* update version: intel packages daal, ipp, mkl-dnn, mkl, mpi, parallel-studio, pin, tbb and makes url parameter consistent and always use single quote.
* Fixes a typo with one of the sha256 checksum..
* Adds version entries for new versions of Intel packages.
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de>
|
|
* Add demangling to mpip
* Add setjmp support to mpip
* Flake8 fixes
|
|
|
|
|
|
* Patching unqlite to be able to build a shared library
* Correcting a whitespace for flake8 to pass
* added comment about PR on unqlite
* extra commit to force github to merge
|
|
* Add variants to disable building tests and benchmarks
* Flake8
* Update package.py
* Update package.py
* Update package.py
|
|
|
|
|
|
|
|
|
|
Also confined the included patch to the earlier versions, as
indicated.
|
|
|
|
* Update flit package to v2.1.0 and add dependencies
* flit: comment out bash dependency
The host system should have bash available and compiling bash through
spack failed for me. I'm not sure if binutils and coreutils should
be listed as dependencies as well.
* Add new version of py-pyelftools
* py-pyelftools: add py-setuptools as a build dependency
* Address review comments
|
|
* Add additional configuration options for cgns
* Fix syntax errors
* Further syntax fixes
* Convert tabs to spaces
Co-authored-by: Carson Woods <carwood@sandia.gov>
|
|
* Add static build option
* Fix flake8 errors and standardize spacing of build commands
Co-authored-by: Carson Woods <carwood@sandia.gov>
|
|
* New package:dhpmm-f
* Remove unnecessary line
|
|
HDF5 1.12 broke backward compatibility, so we're preferring version 1.10
for now. Packages that need the new API should specify:
depends_on("hdf5@1.12:")
to be explicit. We can eventually change the preference, but at the
moment most libraries have not udpated to use the new HDF5.
|
|
|
|
|
|
|
|
* Added v3 of Laghos
Added v3 of Laghos as per
https://github.com/CEED/Laghos/blob/v3.0/README.md
* Update var/spack/repos/builtin/packages/laghos/package.py
Changed develop->master as per PR
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
* Made Metis Dependency Explicit
Added explicit metis dependency
* Folded @develop Laghos Deps in to @3.0:
Theoretically there will be a difference between develop and 3.0: in the
future but currently there is not
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
Fixed removal of remaining references and symlinks to so files when
building lua with static libraries
|
|
* Add myself as a maintainer
* This was a regression that occured in previous PR. Flang has been excised from LLVM for now until f18 is merged upstream.
* Libraries only needed when a GPU backend is present.
|
|
* fix typo in dependency definition
* remove arbitrary dependency constraint
Co-authored-by: Sinan81 <sbulut@3vgeomatics.com>
|
|
|
|
Add pybind11, version 2.5.0.
This release adds improved include helpers.
|
|
* new package: py-spatialite
* make flake8 happy
Co-authored-by: Sinan81 <sbulut@3vgeomatics.com>
|
|
* Add version 18-08-9-1
* Add variant to allow setting the sysconfdir: See below
About sysconfdir:
slurm has a server and a client.
To use the correct communication channel, the client needs
to be able to read the correct config. This config is in
PREFIX/etc.
Let's assume one has the server part installed as a system
package. This generally is a good idea, so that the server
gets started during boot. This means, that the config is
in /etc/slurm.
If one now wants to use the client part (library!) via
spack, one has a problem: spack's slurm looks in
SPACK-PACKAGE-PREFIX/etc for the config.
There needs to be a way to let the spack installed package
use the system's config.
So add a variant to override the path during build:
sysconfdir=/etc/slurm.
This is much like what happened in #15307 for munge.
|