Skip to content
Snippets Groups Projects
Commit 4202e181 authored by Stephane Poirier's avatar Stephane Poirier
Browse files

[pom] Linux64 compilation

parent ea89e809
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-amd64-Linux-gcc-shared-${mode}</artifactId>
<version>1.19.3</version>
<version>1.19.5</version>
</dependency>
<!-- still not supported in 64 bits -->
<!-- <dependency>
......@@ -99,8 +99,18 @@
</includePaths>
<defines>
<define>HDF_PROJECT_VERSION=1.8.16</define>
<define>NEXUSCPP_HAVE_LZ4_FILTER</define>
<define>NEXUSCPP_HAVE_BSLZ4_FILTER</define>
</defines>
</cpp>
<c>
<sourceDirectory>src</sourceDirectory>
<includePaths>
<includePath>${libs-64bits}/hdf5-1.8.16/include</includePath>
<includePath>include</includePath>
<includePath>src/bslz4</includePath>
</includePaths>
</c>
<linker>
<libs>
<lib>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment