Skip to content

Commit

Permalink
does this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthuisman committed Jul 7, 2023
1 parent 8c69fc8 commit d121ef3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@

from spack.package import *

DEVVERSION = None
with open("VERSION", "r") as file:
DEVVERSION = file.readline().strip()


class Arbor(CMakePackage, CudaPackage):
"""Arbor is a high-performance library for computational neuroscience
Expand All @@ -20,7 +16,7 @@ class Arbor(CMakePackage, CudaPackage):
maintainers = ["thorstenhater", "brenthuisman", "haampie"]

version("master", branch="master", submodules=True)
version(DEVVERSION)
version("dev")
version(
"0.8.1",
sha256="caebf96676ace6a9c50436541c420ca4bb53f0639dcab825de6fa370aacf6baa",
Expand Down

0 comments on commit d121ef3

Please sign in to comment.