Skip to content

Commit

Permalink
Fix target name
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyaz Haque committed Feb 11, 2024
1 parent 9f13277 commit 32f84ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions repo/cusolver/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: Apache-2.0

from spack.package import *


class Cusolver(Package):

provides("lapack")
1 change: 1 addition & 0 deletions repo/gromacs/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ def cmake_args(self):
else:
options.append("-DGMX_GPLUSPLUS_PATH=%s/g++" % self.spec["gcc"].prefix.bin)

target = self.spec.target
if target.family == "ppc64le":
options.append("-DGMX_GPLUSPLUS_PATH=%s/g++" % '/usr/tce/packages/gcc/gcc-11.2.1/bin')

Expand Down

0 comments on commit 32f84ee

Please sign in to comment.