Age | Commit message (Collapse) | Author | Files | Lines |
|
Update the dependency on pybind11 to the latest version
(constexpr signature support for all C++11 compilers + fixes).
|
|
- A program that generates ASCII pictures of a cow with a message.
- This is used by the ISC19 Singularity tutorial, so we should probably
have it in Spack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The 2.3 version of HPL needs LDFLAGS set for use of MKL libraries.
|
|
Add the latest 2.3.0 release and me as package maintainer.
|
|
* new package: mutationpp
* Update package.py
* flake8: correct package.py for flake8-python-style
* Update package.py
* modifications as requested by reviewer for #11705
|
|
|
|
|
|
|
|
|
|
|
|
* add charliecloud-0.9.10; remove obsolete version
* revert older version changes; add version function
* fix space issue
* remove url declaration
* revert url removal
* remove self reference
* fix url; removed preferred tag; use newer package url
|
|
Change 'destination' to 'placement' in the use of resource() for
intel-xed and hpcviewer. Recent commits (1842873f and eb584d89)
changed the directory path for a resource and thus broke the build
for these packages.
|
|
|
|
#11528 updated Stage to always store a Package's source in a fixed
directory accessible via `Stage.source_path` This left behind a
number of packages which were expecting to access the source code
via `Stage.path`. This Updates those packages to use
`Stage.source_path` instead.
This also updates the name of the fixed directory: The original name
of the fixed directory was "src", so if an expanded archive created a
"src" directory, then users inspecting the directory structure could
see paths like "src/src" (which wasn't wrong but could be confusing).
Therefore this also updates the name of the fixed directory to
"spack-src".
|
|
* warpx: only allow master branch, and fix build on darwin
* warpx: Added CXXFLAGS=-std=c++11 for clang
* warpx: further clean up of openmp and c++11 flags
* warpx: Get around the problem with resources
The update uses placement instead of destination
|
|
Fixed logic behind flecsi backends to not require legion for an mpi
build and to better support required combinations.
Also made graphviz support and tutorial building optional
|
|
* new python package/py-typesentry
* add proper version
|
|
* Add support for python3 in new versions of VTK.
|
|
* Paraview/VTK: Fix failure on intel builds
Paraview@5.6.0 fails to build with intel compilers on certain platforms.
Error messages have been traced to the optional MotionFX lib.
(see https://discourse.paraview.org/t/error-build-5-6-0-rc1/572)
Turning off motionfx allows for succesful builds on these platforms.
|
|
* Add latest releases for pFUnit
- 3.2.10, 3.3.0, 3.3.1, 3.3.2, 3.3.3
- 3.2.9 now with sha256
- 4.0.0 is added, but commented out (build fails, see errors)
Verification builds
Darwin x86_64:
dantopa@cn100:pr-pfunit-darwin-general.spack $ spack find pfunit
==> 5 installed packages
-- linux-centos7-x86_64 / gcc@4.8.5 -----------------------------
pfunit@3.2.9 pfunit@3.2.10 pfunit@3.3.0 pfunit@3.3.1 pfunit@3.3.2 pfunit@3.3.3
Darwin Power9:
-- linux-rhel7-ppc64le / gcc@4.8.5 ------------------------------
pfunit@3.2.9 pfunit@3.2.10 pfunit@3.3.0 pfunit@3.3.1 pfunit@3.3.2 pfunit@3.3.3
Darwin ARM:
dantopa@cn805:pr-pfunit-darwin-arm.spack $ spack find pfunit
==> 5 installed packages
-- linux-rhel7-aarch64 / gcc@4.8.5 ------------------------------
pfunit@3.2.9 pfunit@3.2.10 pfunit@3.3.0 pfunit@3.3.1 pfunit@3.3.2 pfunit@3.3.3
2019-05-05
Signed-off-by: Daniel Topa <dantopa@lanl.gov>
* answer @citibeth comments
Signed-off-by: Daniel Topa <dantopa@lanl.gov>
* shortened offending comment to comply with flake8; suppressed error message on entry for v4.0.0
Signed-off-by: Daniel Topa <dantopa@lanl.gov>
* removed tailing space qt 20:55
Signed-off-by: Daniel Topa <dantopa@lanl.gov>
|
|
|
|
Use python3 for latest paraview and catalyst versions.
|
|
|
|
|
|
* Adding the dateutils package
* Removing superfluous dependencies
|
|
* fix qt build on gcc8.3
* source patches from upstream
* remove old code adding the same patch
|
|
ADIOS2 is the latest implementation of the ADaptable Input Output System,
ADIOS. This brand new architecture was designed to continue supporting the
performance legacy of ADIOS, and extend its current capabilities to address
current and future input/output (IO) challenges in the scientific data
lifecycle through effective research and development (R&D) activities.
ADIOS2 was recently added as a Third Party Library of Trilinos when it
was integrated to IOSS, a library inside the SEACAS package.
|
|
* add openmp variant to lammps
* add conflict for %gcc@9: and +openmp
|
|
* added tix package and python variant for tix
* addressing tix review requests
* python +tix requires +tkinter
|
|
|
|
* nettle: force C99 build
* nettle: update to use c99_flag
from @alalazo
Co-Authored-By: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|