Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
f00695e4
Commit
f00695e4
authored
Oct 17, 2017
by
Ralf Mueller
Browse files
changed default archlinux build call
parent
91261abd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.rake.json
View file @
f00695e4
...
...
@@ -49,6 +49,12 @@
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
"localCLANG"
:
{
"hostname"
:
"luthien"
,
"configureCall"
:
"/home/ram/src/cdo/configure --with-netcdf CC=clang CXX=clang++ CFLAGS='-g -O0' LDFLAGS=-lhdf5"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
"localCLANG++_3.8_Debug"
:
{
"hostname"
:
"luthien"
,
"configureCall"
:
"/home/ram/src/cdo/configure --with-netcdf --disable-openmp --enable-cxx CC=clang CXX=clang++ CFLAGS='-g -O0'"
,
...
...
@@ -90,7 +96,7 @@
"AUR"
:{
"doc"
:
"local buildder for testing AUR-package"
,
"hostname"
:
"luthien"
,
"configureCall"
:
"/home/ram/src/cdo/configure --prefix=/usr --with-netcdf=/usr --with-udunits2=/usr --with-hdf5=/usr --with-szlib=/usr --with-proj=/usr --with-fftw3 --with-curl=/usr --with-grib_api=/usr --with-magics=/usr --with-libxml2=/usr CFLAGS='-g -O3 -std=gnu99 -Wall -fopenmp -march=native' LIBS='-lhdf5 -ljasper -lpng -lopenjpeg' CPPFLAGS='-I/usr/include/magics -I/usr/include/libxml2' LIBS='-leccodes -lhdf5'"
,
"configureCall"
:
"/home/ram/src/cdo/configure --prefix=/usr --with-netcdf=/usr --with-udunits2=/usr --with-hdf5=/usr --with-szlib=/usr --with-proj=/usr --with-fftw3 --with-curl=/usr --with-grib_api=/usr --with-magics=/usr --with-libxml2=/usr CFLAGS='-g -O3 -std=gnu99 -Wall -fopenmp -march=native'
CXXFLAGS='-g -O3 -std=c++11 -Wall -fopenmp -march=native'
LIBS='-lhdf5 -ljasper -lpng -lopenjpeg' CPPFLAGS='-I/usr/include/magics -I/usr/include/libxml2' LIBS='-leccodes -lhdf5'"
,
"makeCall"
:
"make -j 12"
,
"sync"
:
false
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment