Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions scripts/spack/devtools.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"package_name" : "smith_devtools",
"package_name" : "smithdevtools",
"package_version" : "fakeversion",
"package_source_dir" : "../..",
"package_final_phase" : "",
"spack_build_mode" : "install",
"spack_url": "https://github.com/spack/spack.git",
"spack_commit": "b4b1c5f271c75e918ce922ff1bcc77542eda3ec9",
"spack_commit": "291644eb783a403d824aedc8970467b00002791c",
"spack_packages_url": "https://github.com/spack/spack-packages.git",
"spack_packages_commit": "a75a7f75182ffc7a51c6ca7f0fec4bf9b2705be8",
"spack_packages_commit": "11873c3822ff604b7a58f4f9107598dc298485d6",
"spack_configs_path": "scripts/spack/devtools_configs",
"spack_packages_path": ["scripts/spack/radiuss-spack-configs/spack_repo/llnl_radiuss/packages", "scripts/spack/spack_repo/smith/packages"]
"spack_packages_path": ["scripts/spack/spack_repo/smith/packages"]
}
1 change: 0 additions & 1 deletion scripts/spack/devtools_configs/toss_4_x86_64_ib/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spack:
# This defaults us to machine specific flags of ivybridge which allows
# us to run on broadwell as well
target: [ivybridge]
compiler: [gcc]
providers:
blas: [openblas]
lapack: [netlib-lapack]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from spack_repo.builtin.build_systems.bundle import BundlePackage
from spack.package import *

class SmithDevtools(BundlePackage):
class Smithdevtools(BundlePackage):
"""This is a set of tools necessary for the developers of Smith"""

version('fakeversion')
Expand Down