Commit Graph

30 Commits

Author SHA1 Message Date
Hadrien G
0c996671b8
[acts] Add versions 9.0.0 and 9.0.1 (#24428) 2021-06-24 17:28:27 -06:00
Hadrien G
175e6e8c1e
acts: add v8.3.0 (#24053) 2021-06-01 08:59:33 +02:00
Hadrien G
608d453c01
acts: add v8.2 and support master -> main branch naming switch (#23751) 2021-05-19 16:28:31 +00:00
Hadrien G
4f7bd11d61
acts: add v8.00.0 and v8.01.0 (#23438) 2021-05-05 13:09:53 +02:00
Hadrien G
a4157173a0
acts: add v7.00.0 (#23024) 2021-04-17 08:03:57 +02:00
Hadrien G
32f6fdce7c
acts: add v6.00.0 (#22347) 2021-03-20 03:34:14 -06:00
Hadrien G
91d64dd223
acts: Add version 5.0 (#21466) 2021-02-03 11:50:28 -08:00
Hadrien G
d996fc080a
[acts] Add version 4.1, bump minimal dependencies (#21128) 2021-01-18 12:49:19 -06:00
Todd Gamblin
a8ccb8e116 copyrights: update all files with license headers for 2021
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files
- [x] update all licensed files to say 2013-2021 using
      `spack license update-copyright-year`
- [x] appease mypy with some additions to package.py that needed
      for oneapi.py
2021-01-02 12:12:00 -08:00
Hadrien G
58cf6d7dbd
[acts] Add version 4 (#20472)
* Add acts v4

* Please flake8
2020-12-24 22:45:50 -06:00
Hadrien G
e61fb96e96
acts: added v3.00.0 (#20402) 2020-12-17 14:27:06 +01:00
vvolkl
3069631f37
Add "hep" label to high energy physics packages (#19968)
* [hep] add hep tag to relevant packages

* [lcio] add hep label
2020-11-18 17:07:35 +00:00
Hadrien G
c512d0f408
[acts] Add versions 1.2.1 and 2.0.0 (#19936) 2020-11-16 13:28:55 -06:00
Wouter Deconinck
b0d2586f52
[acts] conflicts with %gcc@:7 since @0.23: due to c++17 <charconv> (#19881) 2020-11-12 13:08:12 -06:00
Hadrien G
298e18dbf3
acts: added v1.02.0 (#19305) 2020-10-15 14:13:55 +02:00
vvolkl
c40de7c895
[acts] fix boost dependency (#19286)
@HadrienG2  the dependency is definitely there in all versions, but I did not check if the variants need to be adapted for the newer variants of acts
2020-10-13 10:09:14 -05:00
Hadrien G
528f86ddc4
[acts] Add version 1.1 (#19230) 2020-10-10 20:08:19 -05:00
Hadrien G
a1e19de8e1
acts: added v1.0 (#18859) 2020-09-22 15:05:59 +02:00
Hadrien G
d24532f574
acts: added v0.32 and adapt to latest master changes (#18563) 2020-09-09 09:44:44 +02:00
Hadrien G
d466e9224f
acts: added v0.31 (#18138) 2020-08-18 11:55:45 +02:00
Hadrien G
97ca824487
Add acts v0.30 (#18106) 2020-08-17 21:04:17 -05:00
Hadrien G
e3cc7fc38c
acts: added v0.29 (#17712) 2020-07-27 18:13:56 +02:00
Hadrien G
b8135bd205
[acts] Add version 0.28.0 (#17622)
Add acts v0.28.0
2020-07-22 09:14:51 -07:00
Hadrien G
b81339cf80
[acts] Add 0.27.x series (#17621)
Add acts v0.27 and v0.27.1
2020-07-21 10:56:18 -07:00
Hadrien G
f168d63586
acts: added v0.26 (#17602) 2020-07-21 08:37:21 +02:00
Hadrien G
7340be98f6
[acts] Add 0.25.x series (#17485)
* Add Acts v0.25 support

* Add Acts v0.25.1

* Add acts v0.25.2
2020-07-14 22:23:07 -05:00
vvolkl
c281eaf69f
[acts] remove false dependency (#17511) 2020-07-14 22:07:39 -05:00
vvolkl
03880f5413
Split hepmc Into hepmc and hepmc3 (#16892) 2020-06-17 12:13:27 -05:00
Hadrien G
9c16a728fd
Add new Acts release (#16718) 2020-05-19 13:16:57 -05:00
Hadrien G
14685ae552
Adapt to the latest Acts developments (#16385)
* 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
2020-05-07 08:40:31 -05:00