Skip to content

Commit 54ba79c

Browse files
Strip GCC-only -fno-merge-constants from flags in conda build (#2978)
conda-forge's `gcc`/`g++` compiler activation injects `-fno-merge-constants` into `CFLAGS`/`CXXFLAGS` when `CONDA_BUILD==1`. The dpnp conda recipe builds with the Intel oneAPI compilers (`icx`/`icpx`), which do not implement this GCC flag and emit a warning on every compile unit: ``` icpx: command line warning #10430: Unsupported command line options encountered These options as listed are not supported. For more information, use '-qnextgen-diag'. option list: -fno-merge-constants ``` This PR removes `-fno-merge-constants` from `CFLAGS`/`CXXFLAGS` in `conda-recipe/build.sh`. f60cdfe
1 parent 8e465b1 commit 54ba79c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

reference/comparison.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
<h1>Comparison Table NumPy/ DPNP/ CuPy<a class="headerlink" href="#comparison-table-numpy-dpnp-cupy" title="Link to this heading">¶</a></h1>
10411041
<p>Here is a list of NumPy and CuPy APIs and its corresponding DPNP implementations.</p>
10421042
<p><code class="docutils literal notranslate"><span class="pre">-</span></code> in DPNP column means that DPNP implementation is not provided yet.</p>
1043-
<p><strong>NumPy(v2.5.0) / DPNP(v0.21.0dev2+6.gf9ae57627bc) / CuPy(v14.1.1) APIs</strong></p>
1043+
<p><strong>NumPy(v2.5.0) / DPNP(v0.21.0dev2+7.gf60cdfe6c72) / CuPy(v14.1.1) APIs</strong></p>
10441044
<section id="summary">
10451045
<h2>Summary<a class="headerlink" href="#summary" title="Link to this heading">¶</a></h2>
10461046
<div class="table-wrapper docutils container">

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)