Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de>
|
|
|
|
Co-authored-by: Alex C Leute <aclrc@rit.edu>
|
|
* The fltk package can build libraries with opengl support. By default, the configure script looks for opengl headers in the sytem include paths. If 'devel' packages have not been installed on the system it omits the 'ftlk_gl.so' library. This can break packages like 'octave' which expects 'fltk' to have opengl support and looks for the library 'fltk_gl'.
Make opengl support explicit in fltk by adding a dependency on 'gl' and adding a new variant of the same name 'gl' (default On).
With these modifications 'fltk_gl' and 'octave' build successfully on CentOS8.
The default behavior is to always enable opengl.
https://www.fltk.org/doc-1.3/intro.html
|
|
|
|
|
|
|
|
Also:
- Add variants to control the build
- Add a maintainer
- Add master version
|
|
|
|
This triggered on my mac because clingo seems to have bootstrapped a
very old version distributed by apple.
|
|
|
|
* Add patch for latest hwloc@:1 to locate ncurses
This way we don't have to depend on ncurses~termlib, which may run into
issues when another package explicitly depends on ncurses+termlib
* Move termcap to the back, cause it's a system symlink on macos and isn't set by spack
|
|
|
|
|
|
- add new version, 4.09.1
- use github url
- convert to autotools package
- deprecate version 4.07b: This version requires manual download and is
a binary only installation.
|
|
- version 4.0.7 was not building
- version 4.0.9 was not setting search correctly due to an extra "return"
in config
- added version 4.1.2-p1
- new version needs py-h5py
- new version does not need utf8 patch
- url format changed
|
|
|
|
|
|
Add latest patch release to fix build issues with unconditional
usage of `infiniband/ib.h`
|
|
|
|
|
|
Co-authored-by: Alex C Leute <aclrc@rit.edu>
|
|
Co-authored-by: Alex C Leute <aclrc@rit.edu>
|
|
Co-authored-by: Alex C Leute <aclrc@rit.edu>
|
|
|
|
Add a conflict for CUDA and shared libraries in Ascent.
The new concretizer will automatically change the default for
Ascent in that case. Until then, dependencies like WarpX need
to hint the `~shared` wish explicitly.
|
|
Update WarpX: add first tagged version.
|
|
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de>
|
|
|
|
|
|
This initial package recipe uses a custom-built wrapper to drive an internal CMake file. Since nekRS also includes built-in copies of several dependencies such as BLAS and HYPRE, it cannot be linked with other such dependencies. However, to work with the `ceed` metapackage, we cannot add `^blas` conflicts to nekRS.
See https://github.com/spack/spack/pull/22519 for discussion.
|
|
This updates axom to use the new CachedCMakePackage superclass.
Co-authored-by: Greg Becker <becker33@llnl.gov>
|
|
This reverts commit 7daf5823574dc18522f559a084095714cc9f3fb9.
|
|
|
|
|
|
Co-authored-by: Satish Balay <balay@mcs.anl.gov>
|
|
|
|
* 'gdal+java' build needs to import the 'os' module (line 191).
* Make style-check happy.
|
|
pkgconfig is the correct virtual provider.
|
|
* Add patch for Intel C++ compiler
- On some machines (in particular MacOSX Catalina), the icpc in some way
utilizes the preprocessor of the associated "developer tools" used by
icpc. This leads to, in some cases, a preprocessor claiming support for
__tuple_element_packs, even though icpc (as of version 21.1) can't
actually parse such code. Just use the MPARK_TUPLE_ELEMENT_PACK impl
with __icc until icpc supports it, to avoid issues with developer tools
that are untested.
- The same patch has been PRed against mpark-variant
|
|
|
|
|
|
New version of OpenLoops; new list of processes; update lcg process collection
Add script to scrape openloops website for process list
|
|
Backwards incompatible cleanup to target single-tarball-per-arch builds
going forwards.
* Replace per-distro versions with new per-arch builds, and add
url_for_version to avoid specifying per tarball.
* Customise environment setup to avoid adding lib to LD_LIBRARY_PATH.
* Update homepage and licensing URLs.
* Avoid shell interpretation when running textinstall.sh.
* Added NickRF as maintainer.
|
|
|
|
Co-authored-by: Garth N. Wells <gnw20@cam.ac.uk>
|
|
Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de>
|
|
|
|
Use `conflicts` directive whenever possible.
This allows failing early when conflicting variants are used.
Do not silently ignore `+parmetis` variant when `~metis`.
Instead throw an error during concretization.
Simplify the "Makefile.inc" generation.
This will make easier to add new variants in the future.
|
|
|