Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
5e259689
Commit
5e259689
authored
Mar 03, 2021
by
Matthieu Dorier
Browse files
fixed master into main in hepnos package
parent
dee55918
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/hepnos/package.py
View file @
5e259689
...
...
@@ -29,7 +29,7 @@ class Hepnos(CMakePackage):
"""Object store for High Energy Physics, build around Mochi components"""
homepage
=
"https://github.com/hepnos/HEPnOS"
url
=
"https://github.com/hepnos/HEPnOS"
url
=
"https://github.com/hepnos/HEPnOS
/archive/v0.4.2.tar.gz
"
git
=
"https://github.com/hepnos/HEPnOS.git"
version
(
'0.4.2'
,
tag
=
'v0.4.2'
)
...
...
@@ -48,7 +48,7 @@ class Hepnos(CMakePackage):
version
(
'0.1.2'
,
tag
=
'v0.1.2'
)
version
(
'0.1.1'
,
tag
=
'v0.1.1'
)
version
(
'0.1'
,
tag
=
'v0.1'
)
version
(
'develop'
,
branch
=
'ma
ster
'
)
version
(
'develop'
,
branch
=
'ma
in
'
)
version
(
'main'
,
branch
=
'main'
)
variant
(
'cxxstd'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment