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
fengzch-das
multibuild
Commits
c0e6667f
Unverified
Commit
c0e6667f
authored
Nov 04, 2016
by
Matthew Brett
Browse files
Enable DAP for netcdf build
parent
9e9e4e2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library_builders.sh
library_builders.sh
+1
-1
No files found.
library_builders.sh
View file @
c0e6667f
...
@@ -295,7 +295,7 @@ function build_netcdf {
...
@@ -295,7 +295,7 @@ function build_netcdf {
build_curl
build_curl
fetch_unpack https://github.com/Unidata/netcdf-c/archive/v
${
NETCDF_VERSION
}
.tar.gz
fetch_unpack https://github.com/Unidata/netcdf-c/archive/v
${
NETCDF_VERSION
}
.tar.gz
(
cd
netcdf-c-
${
NETCDF_VERSION
}
\
(
cd
netcdf-c-
${
NETCDF_VERSION
}
\
&&
./configure
--prefix
=
$BUILD_PREFIX
\
&&
./configure
--prefix
=
$BUILD_PREFIX
--enable-dap
\
&&
make
\
&&
make
\
&&
make
install
)
&&
make
install
)
touch
netcdf-stamp
touch
netcdf-stamp
...
...
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