Age | Commit message (Collapse) | Author | Files | Lines |
|
To specify an environment for a comment, the user can specify
"spack -e <env>". The documentation incorrectly specified "-E" (which
is actually used to ignore any implicit use of environments).
|
|
|
|
|
|
|
|
Co-authored-by: Rao Garimella <rao@abyzou.lanl.gov>
|
|
|
|
* rebase
* move if statement location
* remove whitespace
* spec to self.spec
* switch statements as per review
* fix erronous indent
* add missing cmake arg
* minor placement fix for cmake args
* edit comment
* fix erronous return
* clarify conflicts with messages
* remove duplicate comment
* simplify logic
* macos wasn't a variant, fix that
* remove extra blank line
* address reviewer comments on spaces
|
|
* Add new package: py-pid
* fix depends_on
|
|
* Add new versions
add versions 2019.3 and 2019.4 and adjust the install stage accordingly
* one small fix
* fix lint
* re-ordering the versions
|
|
versions. (#16220)
|
|
While building _visit_, I ran into an undefined symbol at link time. I tracked
the missing dependency to _libsm_ needing to know about _libuuid_ at link time.
|
|
|
|
|
|
Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
|
|
Co-Authored-By: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* phist: add int64 variant and resulting conflicts and dependencies
* phist: use Trilinos TPLs as soon as they are in the spec, not just if +trilinos isexplicitly set
and remove a redundant depends-statement
* phist: use int as gotype for Trilinos dependency if ~int64
* phist: new version 1.9.0
* phist: remove trailing whitespace
* phist: updated checksum (version tag was moved)
|
|
|
|
* Fix: Flex Reconfigure
Learn the `flex` package how to reconfigure itself when needed.
Fix #11551
Co-authored-by: Andrew W Elble <aweits@rit.edu>
* Autoreconf: only when actually desired
Co-authored-by: Andrew W Elble <aweits@rit.edu>
|
|
|
|
Document the nice `msg=` argument in conflicts. Super useful
for less generic conflict guidance.
|
|
(#16219)
|
|
|
|
|
|
* sgpp: Added recipe
* sgpp: Removed maintainer and updated patch
* sgpp: Added more conflicts
* sgpp: Added conflicts for older combigrid versions
* sgpp: Added one more maintainer
* sgpp: Add version 3.3.0 and sane defaults
* sgpp: Better description and c++11 conflicts
* sgpp: Updated maintainers
* sgpp: Fix flake8 errors
* sgpp: Fix dependencies and minor issues
- Added py-setuptools dependency
- Fixed zlib link dependency
- Added git url
- Using spec.satisfies where appropriate
* sgpp: Added testing to package
* sgpp: Remove simd variant and use spec instead
* sgpp: Remove java variant
* sgpp: Small bugfixes
* sgpp: Add datadriven patch and patch explanations
|
|
If the Spack compiler wrapper encounters any "-isystem" option, then
when adding include directories for Spack dependencies, Spack will
use "-isystem" instead of "-I". This prevents Spack-generated "-I"
options from overriding the "-isystem" options generated by the build
system. To ensure that build-system "-isystem" directories are
searched first, Spack places all of its inserted "-isystem"
directories after.
The new ordering of -isystem includes is:
* -isystem from build system (not system directories)
* -isystem from Spack
* -isystem from build system (for directories like /usr/include)
The prior order of "-I" arguments is preserved (although as of this
commit Spack no longer generates -I if -isystem is detected):
* -I from build system (not system directories)
* -I from Spack (only if there are no "-isystem" options)
* -I from build system (for directories like /usr/include)
|
|
* New package: sumo
This PR adds the sumo package, as well as the fox package as a
dependency. It also updates and adds some fixes for openscenegraph.
For fox, the patch is for the development version. That patch should not
be necessary in future versions as it has been applied upstream. The
stable version is 1.6.57 and is marked as preferred. This is the version
needed for sumo.
Added dependencies for openscenegraph as well as set constraints on qt
versions.
* Update var/spack/repos/builtin/packages/sumo/package.py
I had intended to set this version constraint but somehow did not.
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
* Add dependency types to sumo recipe
- googletest: 'test'
- swig: 'build'
- java: 'build', 'run'
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`gettext` will pick up a random `iconv` dependency if not
specified, which crashes python and its own builds on macOS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add new package: byacc
* refine byacc info
|
|
|
|
This also adds a shared variant, so we can build both the static and
shared libraries at the same time. It also adds a pkg-config file.
|
|
|
|
|
|
|