Skip to content

Commit 7ebca1b

Browse files
authored
remove blas from system.py, enables hpl to build for tutorial (#32)
1 parent abbf4a7 commit 7ebca1b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • 2025-eScience/tutorial-code/system-description/aws-tutorial

2025-eScience/tutorial-code/system-description/aws-tutorial/system.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ def compute_packages_section(self):
8989
"buildable": False,
9090
},
9191
"gmake": {"externals": [{"spec": "gmake@4.3", "prefix": "/usr"}]},
92-
"blas": {
93-
"externals": [{"spec": "blas@0.29.2", "prefix": "/usr"}],
94-
"buildable": False,
95-
},
9692
"lapack": {
9793
"externals": [{"spec": "lapack@0.29.2", "prefix": "/usr"}],
9894
"buildable": False,

0 commit comments

Comments
 (0)