Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* Add JasPer 2.0.14
* Remove no longer necessary patch
* Explicitly disable generation of documentation
* Re-add support for JasPer 1.900.1, add GDAL patch
* Remove GDAL patch
|
|
* Add GDAL 2.3.0
* Add missing dependencies, change default variants, and add links
* GDAL requires old hacked version of JasPer
* Move JasPer patch to GDAL
|
|
|
|
* See https://github.com/spack/spack/issues/2882
* code review
* Correctly access lib directory
|
|
The recipe previously did not include -DWITH_JASPER
Other edits:
* BUILD_IPP_IW is BUILD instead of WITH; it was in a different section of the CMakeLists.txt. Move it to the top
* Several options were missing :BOOL, add them
* -DWITH_ZLIB doesn't actually exist as an option, at least in the latest version.
|
|
* Added new package Camellia.
* Fixed an issue with a missing blank line.
Added a couple more Trilinos packages (things I expect to depend on eventually).
* Fixed a couple issues raised by @adamjstewart.
* Specified 4.9.2 as the supported MOAB version.
5.0.0 causes build issues on Macs during the link of Camellia's drivers. The issue is that we end up with -framework -lAccelerate in the link line, where it should read -framework Accelerate, I believe. I'm not sure where this comes from, but 4.9.2 does not have this issue.
* Trimmed slightly the Trilinos requirements.
Also deleted a blank line that had spaces in it because the Travis-CI thing didn't like that.
* Reduced length of MOAB description (Travis-CI complained).
* Reduced the MOAB line further; didn't quite get there last time!
This is to satisfy Travis-CI's requirement that the description be less than 80 characters long (E501).
* Put in my GitHub handle, in place of an allusion to my email address.
Also added a new argument for Camellia build, and made the MOAB description longer (thanks to @adamjstewart's note that long lines are allowed so long as they are not split).
* Added MPI dependency.
Added explicit OFF for MOAB enablement when ~moab.
Swapped order of variant and version.
|
|
|
|
|
|
* 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
|
|
|
|
|