spack/var/spack/repos/builtin/packages/amdlibm/0002-libm-ose-prevent-log-v3.c-from-building.patch
liuyangzhuan 83f97e8eba
Adding packages for gptune and its dependencies (#26936)
* added package gptune with all its dependencies: adding py-autotune, pygmo, py-pyaml, py-autotune, py-gpy, py-lhsmdu, py-hpbandster, pagmo2, py-opentuner; modifying superlu-dist, py-scikit-optimize

* adding gptune package

* minor fix for macos spack test

* update patch for py-scikit-optimize; update test files for gptune

* fixing gptune package style error

* fixing unit tests

* a few changes reviewed in the PR

* improved gptune package.py with a few newly added/improved dependencies

* fixed a few style errors

* minor fix on package name py-pyro4

* fixing more style errors

* Update var/spack/repos/builtin/packages/py-scikit-optimize/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* resolved a few issues in the PR

* fixing file permissions

* a few minor changes

* style correction

* minor correction to jq package file

* Update var/spack/repos/builtin/packages/py-pyro4/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* fixing a few issues in the PR

* adding py-selectors34 required by py-pyro4

* improved the superlu-dist package

* improved the superlu-dist package

* moree changes to gptune and py-selectors34 based on the PR

* Update var/spack/repos/builtin/packages/py-selectors34/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-11-24 16:06:43 -06:00

26 lines
650 B
Diff

From 5ade2f2eb1745f1d09281044e44b3272f01eb5ed Mon Sep 17 00:00:00 2001
From: Prem Mallappa <Premachandra.Mallappa@amd.com>
Date: Tue, 22 Dec 2020 21:03:57 +0530
Subject: [PATCH 2/2] libm: ose: prevent log-v3.c from building
Signed-off-by: Prem Mallappa <Premachandra.Mallappa@amd.com>
---
src/optmized/SConscript | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/optmized/SConscript b/src/optmized/SConscript
index a614e9b..412dbdf 100644
--- a/src/optmized/SConscript
+++ b/src/optmized/SConscript
@@ -67,6 +67,7 @@ else:
experiment_src=[
'expm1f.c',
+ 'log_v3.c',
]
source = Glob('*.c', exclude=experiment_src)
--
2.28.0