petsc: fix configure option to use double-hyphen (#33685)
This commit is contained in:
		| @@ -573,7 +573,7 @@ def configure_options(self): | |||||||
|             for pkg in hip_lpkgs: |             for pkg in hip_lpkgs: | ||||||
|                 hip_lib += spec[pkg].libs.joined() + " " |                 hip_lib += spec[pkg].libs.joined() + " " | ||||||
|             options.append("HIPPPFLAGS=%s" % hip_inc) |             options.append("HIPPPFLAGS=%s" % hip_inc) | ||||||
|             options.append("with-hip-lib=%s -L%s -lamdhip64" % (hip_lib, spec["hip"].prefix.lib)) |             options.append("--with-hip-lib=%s -L%s -lamdhip64" % (hip_lib, spec["hip"].prefix.lib)) | ||||||
| 
 | 
 | ||||||
|         if "superlu-dist" in spec: |         if "superlu-dist" in spec: | ||||||
|             if spec.satisfies("@3.10.3:3.15"): |             if spec.satisfies("@3.10.3:3.15"): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Satish Balay
					Satish Balay