Age | Commit message (Collapse) | Author | Files | Lines |
|
* py-hatchling: add 1.18.0
* py-pipdeptree: add new package
* py-hatchling: add Python 3.8 dependency
* Apply suggestion from code review
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
---------
Co-authored-by: Fábio de Andrade Barboza <f168817@dac.unicamp.br>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
Co-authored-by: Satish Balay <balay@mcs.anl.gov>
|
|
* Adds package 'enum-tools'
* Fixes syntax
* py-enum-tools: update pypi link and dependencies
* py-whey: add new package
* py-consolekit: add new package
* py-shippinglabel: add new package
* py-project-parser: add new package
* py-handy-archives: add new package
* py-domdf-python-tools: add new package
* py-dom-toml: add new package
* py-dist-meta: add new package
* py-deprecation-alias: add new package
* py-pygments: add versions 2.16.0 and 2.16.1
* py-mistletoe: add new package
* py-apeye: add new package
* py-apeye-core: add new package
* Fix dependencies' names and remove redundancies
* Fix style
* py-enum-tools: fix dependencies
* py-mistletoe: update dependencies
* Apply suggestions from code review
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-whey: fix dependencies
* py-whey: fix style
* py-apeye: fix dependencies
---------
Co-authored-by: Fábio de Andrade Barboza <f168817@dac.unicamp.br>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
Co-authored-by: Travis Drayna <tdrayna@loki.local>
|
|
|
|
|
|
|
|
|
|
|
|
* glibc: add missing deps, drop < 2.17
Building glibc 2.17 requires linking libgcc_{s,eh}.a, which themselves
depend on whatever glibc the current gcc uses for its runtime libraries.
Newer gcc depends on gnu extensions of libdl it seems, so that means you
simply cannot build old glibc with gcc-using-new-glibc.
The relevant fix in glibc is this commit:
commit 95f5a9a866695da4e038aa4e6ccbbfd5d9cf63b7
Author: Joseph Myers <joseph@codesourcery.com>
Date: Tue Jul 3 19:14:59 2012 +0000
Avoid use of libgcc_s and libgcc_eh when building glibc.
See also references to that commit in the glibc mailing list.
* update the gmake bound
* add --without-selinux
|
|
SIRIUS was introduced in version 7 of cp2k but could be used
in practice in version 9 (input format and functionalities).
SIRIUS with version 6 and below are marked as a dependency
conflict until CP2K version 9.
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
|
|
When building elpa +autotune, we apparently need to add
the configure option --enable-scalapack-tests
|
|
|
|
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
variable HEED_DATABASE (#39904)
|
|
|
|
|
|
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
|
|
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
|
|
|
|
|
|
Co-authored-by: Alexander Van Craen <40516079+vancraar@users.noreply.github.com>
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
* update to 1.1.1
* add maintainers
* add 1.1.0; set default
|
|
* ensure umpire~cuda~rocm when ~cuda~rocm
* update spglib
|
|
|
|
* updates for VELOC 1.6
* veloc: add v1.7
---------
Co-authored-by: Bogdan Nicolae <bogdan.nicolae@acm.org>
|
|
* Cloverleaf-ref: proposal for a -ref version only
* Cloverleaf-ref: fixing typo.
---------
Co-authored-by: fpanichi <fpanichi@amd.com>
|
|
|
|
* Perform external spec detection with multiple workers
The logic to perform external spec detection has been refactored
into classes. These classes use the GoF "template" pattern to account
for the small differences between searching for "executables" and
for "libraries", while unifying the larger part of the algorithm.
A ProcessPoolExecutor is used to parallelize the work.
* Speed-up external find by tagging detectable packages automatically
Querying packages by tag is much faster than inspecting the repository,
since tags are cached. This commit adds a "detectable" tag to every
package that implements the detection protocol, and external detection
uses it to search for packages.
* Pass package names instead of package classes to workers
The slowest part of the search is importing the Python modules
associated with candidate packages. The import is done serially
before we distribute the work to the pool of executors.
This commit pushes the import of the Python module to the job
performed by the workers, and passes just the name of the packages
to the executors.
In this way imports can be done in parallel.
* Rework unit-tests for Windows
Some unit tests were doing a full e2e run of a command
just to check a input handling. Make the test more
focused by just stressing a specific function.
Mark as xfailed 2 tests on Windows, that will be fixed
by a PR in the queue. The tests are failing because we
monkeypatch internals in the parent process, but the
monkeypatching is not done in the "spawned" child
process.
|
|
|
|
Edit configuration file to use the Spack compiler wrappers.
|
|
|
|
* allow to build latest version of cp2k with cmake
* apply black
|
|
* neko: add v0.6.1 and fix package
* Change to a conditional variant for gslib
|
|
|
|
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
|
|
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
|
|
(#37620)
|
|
Unzip required during build otherwise configuration of luarocks fails during installation of lua@5.3.6 on ubuntu 22.04 w/o system unzip.
|
|
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
* Add Figcone Package
* Fix the style
* add url
* fix style removing whitespace of a blanck line
* remove versions
|
|
|
|
* r-tinytiger: Add tinytiger R package.
* Fix homepage.
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
* seacas: Set TPL_ENABLE_Pthread=ON when +thread_safe
This should fix #39702
Basically, following suggestion of error message and setting
TPL_ENABLE_Pthread to the value of the boolean spack variant thread_safe
* seacas: Fix style issue
Add space after comment #
|
|
* cgns: Add -fPIC to Fortan/C compilation flags
This should fix #39699
* cgns: Add -fPIC compilation flags when +fortran
Incorporating suggestions of @aumuell with addition of making +pic required when +fortran
|