Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Earlier versions are not compatible with gcc@10:.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SKX includes AVX-512 extensions that consumer Skylake processors do
not have. Therefore, map Skylake to the prior arch to work on
these systems. Skylake-X processors will still map as the
skylake_avx512 spack arch and get the correct optimzations.
|
|
|
|
|
|
* [py-mmcv] Created template
* [py-mmcv] added description and homepage
* [py-mmcv] requires python 3.6+
* [py-mmcv] added dependencies
* [py-mmcv] depends on opencv
* [py-mmcv] cleaned up fixmes
* [py-mmcv] requires numpy >= 1.11.1
|
|
|
|
It seems the pypi version of the package somehow compiles just fine
Co-authored-by: Sinan81 <sbulut@3vgeomatics.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [dd4hep] variant and run env updates
* address comments from #16524
|
|
(#16534)
* Add maintainers.
Add variants for building with default earlier api versions.
* Update var/spack/repos/builtin/packages/hdf5/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* [py-addict] created template
* [py-addict] added homepage and description
* [py-addict] cleaned up fixmes
* [py-addict] depends on py-setuptools
|
|
* Add naromero77 as a maintainer for QMCPACK Spack package.
* Add QMCPACK 3.9.2
* Remove QE-to-QMCPACK wave function converter from QMCPACK Spack package. Already been moved to QE Spack package.
|
|
* Fix dependency of geant4 (amends #16497)
* Update geant4-data dependencies
* Reviewer comments (part 1/2)
* Reviewer comments (part 2/2)
* Update var/spack/repos/builtin/packages/geant4-data/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
|
|
|
|
|
|
* py-netcdf4: avoid recompilation and make the older versions to work with HDF5@1.10:
* py-netcdf4: add a new version and introduce a maintainer list.
|
|
|
|
|
|
* Gaudi: separate variant for building documentation
* Update package.py
|
|
Large Scale Assembly, Structural Correspondence,
Multi Dynamics Simulator.In this program,
a part of functions of ADVENTURE_Solid ver.1.1 module
|
|
|
|
|
|
|
|
Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
|
|
|
|
|
|
|
|
* ADD New package revocap-refiner
"""The University of Tokyo, CISS Project:
Geometric processing, mesh processing, mesh generation"""
* Modify homepage = "https://github.com/FrontISTR/REVOCAP_Refiner"
Modify version('master', branch='master')
Modify depends_on('swig', type='build')
Modify install_tree('Refiner', prefix.include.refine)
Delete mkdirp(prefix.include)
|
|
* Add new package: ganglia
* ganglia: fix the libexpat depends
|
|
* Adapt to the latest Acts developments
A long time ago, the Acts project (whose name was then capitalized ACTS) used
to maintain multiple software repositories:
- The heart of the tracking toolkit was located in the `acts-core` repository
- Fast simulation extensions were located in the `acts-fatras` repository
- Advanced usage examples were located in the `acts-framework` repository
This multi-repository organization, however, has been a source of constant
pain, which is why the various projects were gradually merged into a single
mono-repo, called `acts`. Today, with the integration of `acts-framework`,
this merging process is reaching completion.
The present pull request adapts the Acts package to this evolution by...
- Renaming the package to `acts`, reflecting the new repository name
- Renaming the `test` variant to `unit_tests`, reflecting current CMake naming
- Adding the new build variants that were inherited from `acts-framework`
- Acknowledging the change of semantics of the `examples` variant, and only
supporting the new ones (as the former variant was almost unused)
- Liberally using alphabetical order to make the package code more readable
- Recording a large number of conflicts, some of which are introduced by the
merging of `acts-framework` and some of which already existed before
- Using the new capitalization of "Acts"
* Add acts v0.23
* Update dd4hep version requirement
* Add acts v0.22.1 bugfix
|