-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,5 @@ class Bmf(CMakePackage): | |
version("master", branch="master") | ||
version("2020-04-13", commit="d00c54dc812bfa1804acb5fe370bb9c27b3539f9") | ||
|
||
depends_on("cxx", type="build") | ||
depends_on("[email protected]:", type="build") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,7 @@ class East(CMakePackage): | |
|
||
version("main", branch="main") | ||
|
||
depends_on("cxx", type="build") | ||
|
||
depends_on("[email protected]: +threads") | ||
depends_on("hepmc3") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,7 @@ class Edm4eic(CMakePackage): | |
description="Use the specified C++ standard when building.", | ||
) | ||
|
||
depends_on("cxx", type="build") | ||
depends_on("python", type="build") | ||
depends_on("[email protected]:", type="build") | ||
depends_on("py-jinja2", type="build") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,7 @@ class Eicd(CMakePackage): | |
description="Use the specified C++ standard when building.", | ||
) | ||
|
||
depends_on("cxx", type="build") | ||
depends_on("python", type="build") | ||
depends_on("[email protected]:", type="build") | ||
depends_on("py-jinja2", type="build") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -227,6 +227,7 @@ class Eicrecon(CMakePackage): | |
sha256="dcc8b60530a627c825413c07472659ba155600339ef8b8e742e3c997bcc504ae", | ||
) | ||
|
||
depends_on("cxx", type="build") | ||
depends_on("[email protected]:", type="build") | ||
|
||
depends_on("jana2 +root +zmq") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,8 @@ class Eicroot(CMakePackage): | |
sha256="94cd28763ef99832efd619f47c9b5b000d31a445e940e6c8204a373ade7d6334", | ||
) | ||
|
||
depends_on("cxx", type="build") | ||
|
||
depends_on("[email protected]: -vmc") | ||
depends_on("geant3-vmc") | ||
depends_on("geant4-vmc") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,7 @@ class Ejana(CMakePackage): | |
variant("acts", default=False, description="Use ACTS") | ||
variant("genfit", default=False, description="Use genfit") | ||
|
||
depends_on("cxx", type="build") | ||
depends_on("[email protected]:", type="build") | ||
depends_on("jana2 +root") | ||
depends_on("hepmc3") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,6 +148,8 @@ def cmake_flags(self): | |
description="Interaction point design", | ||
) | ||
|
||
depends_on("cxx", type="build") | ||
|
||
depends_on("[email protected]: +ddg4 +ddrec", when="@:23.03.0") | ||
depends_on("[email protected]: +ddrec", when="@23.05.0:") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,8 @@ class G4e(CMakePackage): | |
default=False, | ||
description="Validated working version with fixed dependencies", | ||
) | ||
|
||
depends_on("cxx", type="build") | ||
depends_on("[email protected]:", type="build", when="~validated") | ||
depends_on("[email protected]:", when="~validated") | ||
depends_on("[email protected]:", when="~validated") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,7 @@ class Jana2(CMakePackage, CudaPackage): | |
variant("xerces", default=True, description="Build with XML support.") | ||
variant("zmq", default=False, description="Use zeroMQ for janacontrol.") | ||
|
||
depends_on("cxx", type="build") | ||
depends_on("[email protected]:", type="build") | ||
depends_on("cppzmq", when="+zmq") | ||
depends_on("[email protected]:", when="+python") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ class Pythia6m(CMakePackage): | |
|
||
version("master", branch="master", submodules=True) | ||
|
||
depends_on("fortran", type="build") | ||
depends_on("[email protected]:", type="build") | ||
depends_on("root") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ class Sartre(CMakePackage): | |
|
||
parallel = False | ||
|
||
depends_on("cxx", type="build") | ||
|
||
depends_on("gsl") | ||
depends_on("root") | ||
depends_on("[email protected]: +thread") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,9 @@ class TensorflowLite(CMakePackage): | |
|
||
depends_on("[email protected]:", type="build") | ||
|
||
depends_on("c", type="build") | ||
depends_on("cxx", type="build") | ||
|
||
# TODO this package still overrides the upstream software with its own FetchContent | ||
depends_on("abseil-cpp") | ||
depends_on("eigen") | ||
|