<html>#2859: IOHDF5 passes CFLAGS to linker
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'> Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'> Version:</td><td></td></tr>
<tr><td style='text-align:right'> Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td>EinsteinToolkit thorn</td></tr>
</table>
<p>when building the hdf5 utilities it uses</p>
<div class="codehilite"><pre><span></span><code><span>IOHDF5_LDFLAGS = $(IOHDF5_CFLAGS) $(DEBUG_LD) $(LDFLAGS) $(EXTRAFLAGS) $(HDF5_LIB_DIRS:%=-L%) $(HDF5_LIBS:%=-l%)</span>
</code></pre></div>
<p>which passes CFLAGS to LD which files if LD is eg nvcc</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2859/iohdf5-passes-cflags-to-linker'>https://bitbucket.org/einsteintoolkit/tickets/issues/2859/iohdf5-passes-cflags-to-linker</a></p>
</html>