Skip to content

Commit

Permalink
Use build_dirname so that build_directory is automatically an absolut…
Browse files Browse the repository at this point in the history
…e path
  • Loading branch information
haampie committed Mar 16, 2021
1 parent 15f7abe commit ad515ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spack/packages/sirius/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Sirius(CMakePackage, CudaPackage):

# Don't upstream this, it's to work around
# https://github.com/spack/spack/pull/18574 / https://github.com/spack/spack/pull/18838
build_directory = 'spack-build'
build_dirname = 'spack-build'

version('develop', branch='develop')
version('master', branch='master')
Expand Down

0 comments on commit ad515ea

Please sign in to comment.