Skip to content

Commit

Permalink
Remove cmake_args and add url_for_version
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Mar 5, 2025
1 parent 6c86d4b commit acaa1d2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/access-test-model/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ class AccessTestModel(CMakePackage):

root_cmakelists_dir = "stub"

def cmake_args(self):
args = [
self.define_from_variant("ENABLE_MPI", "mpi"),
]
return args
def url_for_version(self, version):
return "https://github.com/ACCESS-NRI/access-test-model/tarball/{0}".format(version)

0 comments on commit acaa1d2

Please sign in to comment.