Age | Commit message (Collapse) | Author | Files | Lines |
|
hdf5+fortran (#9986)
|
|
|
|
|
|
|
|
|
|
|
|
Now that CMake is providing CMake release artifacts on github,
we should prefer those as they have better download speeds and
uptime.
|
|
* packages/phist: new version 1.7.4 with new variant 'host' to enable/disable host-specific optimizations.
|
|
This commit allows users to enable openmp, rendering, logging and mpi
in vtkm. Meanwhile, it adds support for cuda architecture selection.
[VTK-m 1.3 Release notes](https://gitlab.kitware.com/vtk/vtk-m/tags/v1.3.0)
|
|
Overhaul hpctoolkit to AutotoolsPackage and to build its dependencies
directly from spack instead of using hpctoolkit-externals.
Remove hpctoolkit-externals since it's no longer needed.
|
|
* py-jupyter-console: Add version 5.2.0
* py-jupyter-core: add version 4.4.0
* py-lxml: add version 4.2.5
* py-zmq: add version 17.1.2
* py-terminado: add version 0.8.1
* py-pexpect: add version 4.6.0
* py-pytables: add version 3.4.4
|
|
* Add PLASMA 18.11.1 with optional Lua and test for headers
|
|
* Add f18 package
* Fix flake8 errors
* Install the f18 binary into prefix.bin by hand
* Add spack-build into the path
* Fix the license header
|
|
|
|
Fixes #9944
73c978d replaced a move with a copy, which cased rmdir to fail (as
it expects an empty directory). This switches to use `shutil.rmtree`
instead.
|
|
* Fixing problems with lammps dependencies voropp and latte.
* Always replacing CFLAGS in voropp and specifying voropp+pic dependency in lammps.
|
|
Also fixes instructions for new releases
|
|
conventions (#9962)
|
|
|
|
|
|
The latest OpenMPI release, v4.0.0, does not build with many GCC
variants. Since this is our default, a lot of users get hit.
Let's wait for some point releases.
|
|
|
|
|
|
|
|
|
|
|
|
* added 3.8-1 version
* fixed flake8 stuff
|
|
|
|
* add v0.20 specific dependency versions, also add cython and py-test as dependencies
* make flake8 happy
* make cython a build-only dependency
|
|
* py-pygresql: new package
* Added dependency on py-setuptools, as the build will use it if present
|
|
* py-psycopg2: new package
* Added dependency on py-setuptools, as the build will use it if present
|
|
|
|
|
|
|
|
* py-geopandas: New package, including packages for its dependencies
* Trailing whitespace removed, etc
* One more trailing whitespace
* Removed some extraneous dependencies. No idea why I thought I needed them, but it now builds fine without them.
* Added a variant +plotting, to include the dependencies required for plotting, as these are large-ish if not being used.
* Added explicit dependency on py-matplotlib
|
|
|
|
* r-geor: new package, and a couple of its dependencies
* Update to new copyright header
* Include the list_url for the R package archive dir
* Added explicit version ranges on dependencies, as per the relevant CRAN pages
* Correct dependency types in r-splancs.
|
|
Change-Id: Ie462e802049dd6150767dc555fb5708999e081ec
|
|
* r-compositions: new package, including its dependencies
* Include the list_url for the R package archive dir
* Added explicit version ranges on dependencies, as per the relevant CRAN pages
|
|
|
|
* munge: update versions and url format to reflect switch to .xz format in recent releases
* package:munge remove unneeded version-specific urls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Drop versions 8.1.x. These were > 5 years old, no other spack package
uses them, and they used autotools. Packages 'stat' and 'mitos' still
use 8.2.1, so we keep that.
Switch class Dyninst to CMakePackage.
Clean up how the versions depend on various packages. For example,
Dyninst used libelf up to 9.2, and then elfutils starting with 9.3.
This makes things easier going forward.
Add variant 'openmp' (default True) to enable openmp support for
ParseAPI. This was added in 10.0.0.
Add variant 'static' (default False) to also build static libraries.
This goes back to 9.1.0.
Disable cotire for the 9.3.x versions. Cotire has no real use in a
one-time build and can break parallel builds with both static and
shared libs.
|
|
|