Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
943f527e
Commit
943f527e
authored
3 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Plain Diff
Merge.
parents
85edbba2
81ead5e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/default
+4
-34
4 additions, 34 deletions
config/default
with
4 additions
and
34 deletions
config/default
+
4
−
34
View file @
943f527e
...
...
@@ -46,11 +46,10 @@ case "${HOSTNAME}" in
--enable-maintainer-mode
\
--enable-iso-c-interface
\
--enable-swig
\
--with-eccodes
=
$HOME
/local/eccodes-2.17.0
\
--with-netcdf
=
$HOME
/local/netcdf-4.4.1.1
\
--with-szlib
=
$HOME
/local
\
LDFLAGS
=
"-Wl,-rpath,
$HOME
/local/eccodes-2.17.0/lib"
\
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall -Wwrite-strings -W -Wfloat-equal -pedantic -O3 -march=native"
--with-eccodes
=
/opt/local
\
--with-netcdf
=
/opt/local
\
--with-szlib
=
/opt/local/lib/libaec
\
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall -Wwrite-strings -W -Wfloat-equal -pedantic -O3"
;;
cinglung
*
|
feilung
*
|
wanglung
*
)
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
...
...
@@ -94,17 +93,6 @@ case "${HOSTNAME}" in
CC
=
icc
CFLAGS
=
"-g -O2 -Wall -fno-alias -DMIN_BUF_SIZE=4194304"
;;
# i686-linux
etch-ia32
|
gata
)
${
CONFPATH
}
configure
--prefix
=
$HOME
/local/etch-ia32
\
--enable-maintainer-mode
\
--enable-all-static
\
--enable-swig
\
--enable-python
\
--with-grib_api
=
$HOME
/local/etch-ia32/grib_api-1.9.8
\
--with-netcdf
=
/sw/etch-ia32/netcdf-4.0.1
\
--with-szlib
=
$HOME
/local/etch-ia32
\
CC
=
gcc
CFLAGS
=
"-g -O2 -Wall -W -Wfloat-equal -pedantic"
;;
melian
)
${
CONFPATH
}
configure
--prefix
=
`
pwd
`
/build
\
--with-netcdf
\
...
...
@@ -113,13 +101,6 @@ case "${HOSTNAME}" in
--with-pic
--enable-swig
--enable-ruby
--enable-python
\
CC
=
gcc
CFLAGS
=
"-g -O2 -Wall"
LIBS
=
-lopenjpeg
;;
# sparc-sun-solaris2.9
executor
|
yang
|
yin
)
${
CONFPATH
}
configure
--prefix
=
$HOME
/local/SUN64
\
--with-netcdf
=
/scratch/small/m214/m214089/local/SunOS64
\
--with-szlib
=
$HOME
/local/solaris10
\
CC
=
cc
CFLAGS
=
"-g -mt -xO3 -xtarget=native -m64"
;;
# sx6-nec-superux12.2
cs
*
)
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
...
...
@@ -141,17 +122,6 @@ case "${HOSTNAME}" in
LD
=
/SX/opt/crosskit/inst/bin/sxld
AR
=
/SX/opt/crosskit/inst/bin/sxar
\
RANLIB
=
echo
;;
# mips-sgi-irix6.5
ecgate1
)
${
CONFPATH
}
configure
--prefix
=
$HOME
/local
\
--with-netcdf
=
/home/ms/spdekplb/hmk/include,/home/ms/spdekplb/hmk/lib64
\
CC
=
cc
CFLAGS
=
"-O -n32"
;;
# 5000-fujitsu-uxpv4.1_ES
vpp5
)
${
CONFPATH
}
configure
--prefix
=
$HOME
\
CC
=
vcc
CFLAGS
=
"-O -Wv,-m3 -K4"
;;
# powerpc-ibm-aix6.1.0.0
blizzard
*
)
CONFIG_SHELL
=
/bin/bash /bin/bash
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment