Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Capture any concretization errors and record them in a CTest Update.xml file.
|
|
Generate CTest XML file containing configure output
|
|
|
|
|
|
|
|
This will allow us to generate reports for concretization errors
|
|
Restructure the logic of the spack install command to allow these two
command-line arguments to be used at the same time.
|
|
Replace the JUnit-specific terms 'testsuite' and 'testcase' with
'spec' and 'package', respectively.
|
|
- After spack install, these test cases are built in a seperate step, outside of spack, but they need to patched after staging so users don't have to do it in a seperate step.
- The test cases are installed under `<petsc install directory>/share/petsc/examples` and can be built and executed by invoking `gmake -f gmakefile.test` in that directory.
|
|
* Added Shim to Support hdf5+mpi in Spack Silo
Added compatibility for hdf5+mpi to silo spackage to support spackages
with dependency chains that include silo and hf5+mpi
* Fixed fixable flake8 issue with silo spackage
Fixed missing whitespace around operator
* Setting MPI Variant to Default to True
As per guidance changing variant to default to MPI builds
|
|
1.67 does not work with this
|
|
|
|
* lordec: Create new package.
* lordec: Add homepage, change to MakefilePackage.
* Modify dependency type.
|
|
|
|
|
|
Add Hydrogen package for fork of Elemental library. Update LBANN
to use either Hydrogen or Elemental.
|
|
|
|
* r-picante: Create new package
* Remove dependency already included in RPackage base class
|
|
* r-squash: Create new package
* Remove dependency already included in RPackage base class
* remove extra file
|
|
* new file: package.py
* corrected using pep8online.com
* Update package.py
* correct typo
* as requested
* modified: package.py
* Update package.py
|
|
* aegean: new package
* genometools: set dependent env for aegean
|
|
|
|
|
|
* A new package: kaiju.
* Replace ftp:// with https://.
|
|
|
|
* new file: package.py
* corrected using pep8online.com
* Update package.py
* correct typo
* as requested
|
|
|
|
|
|
* modified: package.py
* add official build reference.
* Update package.py
* Update package.py
* Update package.py
* fixed with pep8online.com
* update make to make()
* change homepage
|
|
|
|
* added the +numpy variant which enables building the libboost_numpy libraries
* Update package.py
Added `type=('build', 'run')`
|
|
* Create custom PATH that texlive requires in its module.
* Updating texlive to 2018 distribution.
* Using platform instead of sys for easier portability across linux and osx.
|
|
* plink: new source version 1.9-beta5
* plink: replace version 1.9 with 1.07
|
|
* Add package for "bumpversion"
bumpversion is a tool that automagically increments version numbers
for projects. It can update files and do other magic along the way.
* Remove py- package prefix and use pypi.io URL
Renamed the package 'bumpversion'.
Fetch the package from pypi.io.
* Add version info for bumpverion@0.5.3
|
|
* r-cdcfluview: new package
* updated package.py
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
* masurca: new version
* masurca: reorder versions
|
|
Fixes #8088
#7012 added a @when condition for a @run_before check to constrain
that check to only run on Darwin. @when is intended to be used to
choose one of several different implementations of a given function
and cannot be used to conditionally deactivate a check altogether.
This replaces the external decorator with a check that executes at
the beginning of the function.
|
|
|
|
* dealii: disable tpetra when +cuda; check for '' in cuda_arch
* trilinos: fix Kokkos CUDA
* Revert "trilinos: fix Kokkos CUDA"
This reverts commit 6aae894bc7d49c9e736c06f65b81b8c219443920.
* update according to @aprokop comments
* minor
* fix flake8
|
|
* gmsh: add netgen and tetgen
dealii: require gmsh+netgen+tetgen
netgen: use http instead of https
* dealii: add oce requirement to gmsh
|