Age | Commit message (Collapse) | Author | Files | Lines |
|
* Add new vecgeom versions, add cuda support, automate target options
* Add ROOT, GDML, and external VecCore support to VecGeom
* Address reviewer comments
* Update vecgeom for CUDA
* Update versions
|
|
|
|
fixes #11555
Every path in CPATH is equivalent to a -I path to the compiler,
while every path in *_INCLUDE_PATH is equivalent to -isystem.
The latter avoids the noise due to warnings coming from 3rd party
libraries that a project depends on.
Added INCLUDE env variable (Intel Fortran, .mod files)
|
|
|
|
(#15512)
|
|
|
|
search string (#15508)
|
|
Add a 'define_from_variant` helper function to CMake-based Spack
packages to convert package variants into CMake arguments. For
example:
args.append('-DFOO=%s' % ('ON' if '+foo' in self.spec else 'OFF'))
can be replaced with:
args.append(self.define_from_variant('foo'))
The following conversions are handled automatically:
* Flag variants will be converted to CMake booleans
* Multivalued variants will be converted to semicolon-separated strings
* Other variant values are converted to CMake string arguments
This also adds a 'define' helper method to convert any variable to
a CMake argument. It has the same conversion rules as
'define_from_variant' (but operates directly on values rather than
requiring the user to supply the name of a package variant).
|
|
Silo does not build with HDF5 1.12.
|
|
* Buildcache: Install into non-default directory layouts
Store a dictionary mapping of original dependency prefixes to dependency hashes
Use the loaded spec to grab the new dependency prefixes in the new directory layout.
Map the original dependency prefixes to the new dependency prefixes using the dependency hashes.
Use the dependency prefixes map to replace original rpaths with new rpaths preserving the order.
For mach-o binaries, use the dependency prefixes map to replace the dependency library entires for libraries and executables and the replace the library id for libraries.
On Linux, patchelf is used to replace the rpaths of elf binaries.
On macOS, install_name_tool is used to replace the rpaths and dependency libraries of mach-o binaries and the id of mach-o libraries.
On Linux, macholib is used to replace the dependency libraries of mach-o binaries and the id of mach-o libraries.
Binary text with padding replacement is attempted for all binaries for the following paths:
spack layout root
spack prefix
sbang script location
dependency prefixes
package prefix
Text replacement is attempted for all text files using the paths above.
Symbolic links to the absolute path of the package install prefix are replaced, all others produce warnings.
|
|
|
|
|
|
|
|
|
|
|
|
The patch neither applies nor is necessary.
|
|
HPCToolKit <= 2020.03.01 does not build with binutils 2.34.
|
|
* LIBXSMM 1.15
* LIBXSMM: renamed development version according to the related branch on GitHub.
|
|
* py-astpretty: add new package
* pkg_resources needed at run-time
|
|
PR #15212 added a new connect_timeout option that can be overridden
using fetch_options but had to specified per-version. This adds a new
per-package variable that can be used to override fetch_options for
all versions in the package. This includes connect_timeout as well
as 'cookie' (e.g. for the jdk package).
Packages can combine package-level fetch_options with per-version
fetch_options, in which case the version fetch_options completely
override the package-level fetch_options.
This commit includes tests for the added behavior.
|
|
|
|
* Add py-h5glance versions 0.5 & 0.6
* List versions newest to oldest
|
|
|
|
|
|
* add GNU source-highlight package
* fix flake8
* Allows the package to download from GNU mirrors
|
|
|
|
|
|
|
|
|
|
|
|
* Change py-merlinwf to py-merlin to match PyPi.
Change py-merlin to py-merlin-info.
Move to py-merlin_info.
Add py-merlin-info back in.
* Update dependent packages for the new merlin name.
* Remove non-working pyre and the associated packages, exchanger,
py-pythia and py-mlerin-info from citcoms.
* Remove blank line.
|
|
* pfunit: add max_array_rank=(int) variant
* pfunit: flake8 line length fixes
|
|
Co-authored-by: zhiyiwu <zhiyi.wu@gtc.ox.ac.uk>
|
|
Co-Authored-By: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
fixes #15449
Before this PR a call to pkg.url_for_version was modifying
class attributes determining different results for subsequents
calls and an error when the urls was empty.
|
|
* Check on Python versions uses action/checkout@v2
* Update the apt cache before installing system packages
|
|
* add new package: lmbench
* refine LDFLAGS append call
|
|
* revbayes: Update URLs and hashes for old archives
* Switch to url_for_version
* Fix whitespace
|
|
* Update package.py
* Update package.py
* add upper bounds to production config_option
* fix config_options
* Fix mistaken changes.
|
|
|
|
Co-authored-by: Daryl W. Grunau <dwg@lanl.gov>
|
|
|
|
|
|
|
|
The test utils for the new version 1.9.1 are missing.
Add them.
|
|
* Added resultsFile package
* Added comments
* Fixed PEP8
* Added Python3 package
* Removed py-setuptools
|
|
|
|
|
|
|