Age | Commit message (Collapse) | Author | Files | Lines |
|
* perl-text-soundex: new package
* perl-text-soundex: formatting
|
|
|
|
* Add Tophat v2.1.2, fixes automake issues
The Tophat team merged the patch from
https://github.com/spack/spack/pull/8244 and release v2.1.2
This change requires the old automake if you're building the older
release and is relaxed about the automake it requires if you're
building the v2.1.2 release.
Building v2.1.1 and v2.1.2 works on a CentOS 7 system, I don't have
the necessary bit to actually test the resulting binaries.
Here's the commit note from the change that was ultimately merged
upstream.
Fixes #8025
> Tophat was failing to build with automake@1.16.1, it worked with the
> older automake@1.15.1. This commit adds a patch to Tophat's
> src/Makefile.am which cleans up a few things. The result builds
> successfully with both automake@1.15.1 and automake@1.16.1. I have no
> way to check that the resulting builds Do The Right Thing.
>
> It changes two things:
>
> the original Makefile.am had a rule for $(SAMPROG) with no
> actions, and since there was a directory there with a tempting name
> the newer automake was trying to do something with it, but lacked
> the appropriate clues. Since that target is actually made as a side
> effect of making the library (sigh...), it seems to work to just
> give that rule something harmless to do (the Peter Principle
> triumphs again...).
>
> a bunch of the targets need a libtophat.a and libgc.a; the older
> automake was probably able to guess what to do given the list of
> sources but the newer automake apparently won't make the necessary
> assumptions. This patch wires up a simple rule and cleans up the
> appropriate dependencies so that things work.
>
> While it may appear that I'm someone who understands automake, keep in
> mind that I only play such a person on a TV reality show. YMMV.
* Remove extraneous when constraint
|
|
|
|
Fixes: #8258
#8090 altered import behavior so that import spack no longer
provides access to many other Spack modules. This addresses
a case which depended on the prior behavior and was not
updated as part of #8090. This particular import error only
came up when users were setting compiler flags on specs.
See also: #8194
|
|
* kokkos: update kokkos spackage to add current host/gpu architectures.
* kokkos: simplify host/gpu architecture selection and make intent of arg population logic more clear.
* kokkos: mollify flake8.
* Make strings and logic more pythonic. Add error for GPU arch without CUDA.
* kokkos: simplify conflicts behaviour. make args population more pythonic.
* kokkos: move gpu values to list for use in variant and conflicts checking.
* kokkos: How fortunate the man with None.
* kokkos: fix gpu_arch conflict loop error. add conflict to guard against +cuda and 2.5.00:develop versions, until kokkos issue #1296 is resolved.
* kokkos: mollify flake8.
* kokkos: add descriptive message to version conflict with +cuda.
|
|
|
|
* new file: cpp-3.0.1.tar.gz
modified: package.py
* deleted: cpp-3.0.1.tar.gz
* remove whitespace
|
|
|
|
Add 2.4.0 changes
|
|
|
|
|
|
* Add kealib 1.4.7
* Fix out-of-source builds
* Remove username from kealib hg clone
|
|
* Add PROJ 5.0.1
* proj-datumgrid resource must be placed in nad directory
|
|
|
|
|
|
|
|
* charm: Update install script
* Addressed PR comments
* Removed destination and suffix variants
* Added back parallel support
|
|
|
|
|
|
|
|
|
|
* rename: mirdeep -> mirdeep2
* fixes for new url
|
|
* Create new package: memkind
* some style changes
* fix type of numactl dependency
* fix flake8 errors
* use patch() instead of a custom build phase
|
|
|
|
|
|
Add the latest CUDA release, v9.2 and updated CUDA Compatibility Matrix
|
|
* update globalarrays package to current releases
* rename class to Globalarrays to match package folder
* rename bytes to int64, minor cleanup of descriptions
* int64 False by default
* remove reference to external as we aren't supplying paths, and use args.append()
* correcting args.append syntax
* add conflicts
|
|
* Fix #7691
* flake8
* code review
|
|
* Fix bug; don't know why this ever worked in the first place.
* Add fix to netcdf-fortran too; flake8
* Simplify configure_args()
* netcdf-fortran: simplify that too
|
|
* pushing partially done recipe for fast-gbs and platypus
* modify platypus
* change header
* fast-gbs: change dependency type.
* modify dependency type.
* modify dependency type.
* fast-gbs: Change dependency type to run.
|
|
* py-pyfaidx: adding new package
* updating the url
* r-cghflasso v0.2-1 new package
* correcting copy/paste error
* adding list_url
|
|
versions for the Krell products (#8188)
|
|
* Updated trilinos to compile/install with xl_r
* Undo PGI patch added as part of Trilinos XL fix
* Remove PGI related changes in Trilinos XL fix
|
|
* Add python/ruby bindings to GEOS package
* Add comment on Python 3 support
|
|
|
|
|
|
* Add bmake 20180512
* Re-add manpage patch
|
|
|
|
|
|
The maintainer redid the archive in March, removing a .directory file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|