Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
f3b420fd
Commit
f3b420fd
authored
Sep 22, 2017
by
Rob Latham
Browse files
bake-bulk package
parent
7199459b
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/bake-bulk/package.py
0 → 100644
View file @
f3b420fd
from
spack
import
*
class
BakeBulk
(
AutotoolsPackage
):
"""FIXME: Put a proper description of your package here."""
homepage
=
"https://xgitlab.cels.anl.gov/sds/bake-bulk"
url
=
"https://xgitlab.cels.anl.gov/sds/bake-bulk"
version
(
'master'
,
git
=
'git@xgitlab.cels.anl.gov:sds/bake-bulk.git'
)
depends_on
(
'margo'
)
depends_on
(
'libuuid'
)
depends_on
(
'pmem'
)
# depends_on('pandoc', type=("build") );
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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