Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* py-pyfaidx: adding new package
* updating the url
* r-utf8 v1.1.3 - New package
* adding list_url
|
|
* py-pyfaidx: adding new package
* updating the url
* r-spatial v7.3.11 - New package
|
|
* py-pyfaidx: adding new package
* updating the url
* r-proc v1.12.1 new package
* adding list_url
|
|
|
|
- there were some leftover spack.* names being used after we removed
globals and moved everything in the top-level namespace to spack.pkgkit
- point those references to their new homes
|
|
|
|
- remove most `import spack` statements, except for files that need
`spack_version`
- import spack is no longer sufficient to use submodules
(e.g. spack.directives).
- these submodules must be imported directly. Update references
accordingly.
|
|
- Spack packages were originally expected to call `from spack import *`
themselves, but it has become difficult to manage imports in the
Spack core.
- the top-level namespace polluted by package symbols, and it's not
possible to avoid circular dependencies and unnecessary module loads in
the core, given all the stuff the packages need.
- This makes the top-level `spack` package essentially empty, save for a
version tuple and a version string, and `from spack import *` is now
essentially a no-op.
- The common routines and directives that packages need are now in
`spack.pkgkit`, and the import system forces packages to automatically
include this so that old packages that call `from spack import *`
will continue to work without modification.
- Since `from spack import *` is no longer required, we could consider
removing ``from spack import *`` from packages in the future and
shifting to ``from spack.pkgkit import *``, but we can wait a while to
do this.
|
|
directories (#8160) (#8179)
* Use libs[0] and headers.directories[0] instead of hardcoded paths in opencv dependencies
* Fix library finding in libjpeg-turbo
* Use build_type=Debug instead of +debug to determine build_type
|
|
(#7692)
- spack.util.lock behaves the same as llnl.util.lock, but Lock._lock and
Lock._unlock do nothing.
- can be disabled with a control variable.
- configuration options can enable/disable locking:
- `locks` option in spack configuration controls whether Spack will use filesystem locks or not.
- `-l` and `-L` command-line options can force-disable or force-enable locking.
- Spack will check for group- and world-writability before disabling
locks, and it will not allow a group- or world-writable instance to
have locks disabled.
- update documentation
|
|
Spack doesn't have a CSharp package, so the only time ANTLR would
succeed is if a system-installed CSharp was available. This disables
CSharp support, which enables building on systems without
system-installed CSharp.
|
|
|
|
|
|
|
|
* nco: Find NetCDF properly
* flake8
|