Age | Commit message (Collapse) | Author | Files | Lines |
|
* alsa-lib: new package
* cups: new package
* icedtea: new package
* icedtea: adding JAVA_HOME variable
* alsa: removing placeholder
* icedtea: typo fix
* alsa: fixing formattting
* icedtea: formatting fixes and cleanup
* icedtea: additional cleanup
* jdk: adding provides('java') to jdk, setting jdk to default java.
* icedtea: adding jdk as a dependency
* java: changing depends_on('jdk') and similar entries to depends_on('java')
* icedtea: removing unused imports, trying to placate flake8.
* fastqc: fixing flake8 error
* bazel: fixing typo in java dependency
* jdk: changing provides java to a range
* icedtea: cleaning up. Splitting up checksums.
* icedtea: jdk dependency is build only
|
|
* Added package for 'libaec'.
* New version for package 'libaec'.
|
|
* Several improvements for the openfoam packages
--
Refactor openfoam packages by adding an OpenfoamArch class
Use separate configure, build, install phases.
Provide FOAM_PROJECT_DIR dependent env for openfoam packages
- easier way to locate
Eliminate intermediate installation directories
- unneeded clutter.
- makes it less than easy to find the etc/bashrc file
Add versioning for all openfoam patches
- no certainty which parts (if any) will be needed in future versions,
especially if we strive to ensure that the upstream version builds
well with spack to begin with.
Support build of develop branches
- helps track build regressions for future openfoam releases
STYLE: use common/ and assets/ to provide additional (build) resources ...
* - adjust OpenFOAM provider
Move openfoam-com up front since this is the one being used as a base
for the others
|
|
* Allow users to set parallel jobs in config.yaml
* Undo change from endash to emdash
* Remove parallel config, rename jobs to build_jobs
|
|
* Set default providers for everything
* Add default OpenFOAM provider
|
|
* Add missing dependencies to gawk
* Fix make check
* Add mawk packages and awk virtual dependency
* Use mawk instead of gawk to build ncurses
* Rearrange order of patches and dependencies
|
|
|
|
* Set OS-specific default compilers
* Fix flake8 warnings
|
|
- Added new preferences to config.yaml:
- source_cache
- misc_cache
- verify_ssl
- checksum
- dirty
|
|
|
|
- Moved temp finding logic to spack.stage
- Updated stage tests
- Added tests for new path substaitution of $user, $spack, $tempdir
|
|
- Added a schema for config.yaml
- Moved install tree configuration to config.yaml
- Moved etc/spack/install.yaml to etc/spack/defaults/config.yaml
- renamed install_area to "store", to use a term in common with guix/nix.
- in `config.yaml` file, it's called the `install_tree` to be more
intuitive to users.
- `install_tree` might've worked in the code, but `install_tree` is
already a global function in the spack namespace, from
llnl.util.filesystem.
|
|
|
|
* py-pil: Does not build with Python3.
* Set py-pillow to be the default pil provider
* Update package.py
* Change to comments requested by adamjstewart
* Remove version constraint from extends(), avoid a Spack bug.
|
|
- Default scope is versioned with spack and can be overridden by site
or user config.
- Default scope provides sensible default concretization preferences
for all of Spack.
- per-platform concretization scope can be added later (to force a
particular MPI on, e.g., Cray systems)
|
|
The share/man path should be in prefix_inspections for MANPATH as
share/man is a common location for manual pages.
|
|
Fixes #1072.
|
|
|
|
|
|
|
|
|
|
|
|
|