Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
iwr
amdis
Commits
b80bc058
Commit
b80bc058
authored
Oct 22, 2016
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install scripts for boost and petsc corrected again
parent
5d473574
Pipeline
#583
failed with stage
in 68 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tools/install_boost.sh
tools/install_boost.sh
+1
-1
tools/install_petsc.sh
tools/install_petsc.sh
+1
-1
No files found.
tools/install_boost.sh
View file @
b80bc058
...
...
@@ -19,7 +19,7 @@ if [ ! -d ${INSTALL_PREFIX}/boost ]; then
curl
-SL
"http://netcologne.dl.sourceforge.net/project/boost/boost/
${
BOOST_VERSION
}
/
${
BOOST_FILENAME
}
"
\
|
tar
--strip-components
=
1
-xzC
${
BUILD_DIR
}
cd
${
BUILD_DIR
}
./bootstrap.sh
--prefix
=
${
INSTALL_PREFIX
}
/boost
/
${
BOOST_VERSION
}
/
\
./bootstrap.sh
--prefix
=
${
INSTALL_PREFIX
}
/boost
\
--with-libraries
=
system,iostreams,filesystem,program_options,date_time,test
./b2
-s
NO_BZIP2
=
1
cxxflags
=
"-std=c++11"
--build-type
=
minimal
variant
=
release
-j
4
install
rm
-rf
${
BUILD_DIR
}
...
...
tools/install_petsc.sh
View file @
b80bc058
...
...
@@ -20,7 +20,7 @@ if [ ! -d ${INSTALL_PREFIX}/petsc ]; then
|
tar
--strip-components
=
1
-xzC
${
BUILD_DIR
}
cd
${
BUILD_DIR
}
# minimal petsc configuration, just for test purposes
./configure
--prefix
=
${
INSTALL_PREFIX
}
/petsc
/
${
PETSC_VERSION
}
/
--with-pic
=
1
\
./configure
--prefix
=
${
INSTALL_PREFIX
}
/petsc
--with-pic
=
1
\
--with-clanguage
=
c++
--with-debugging
=
0
\
--with-metis
=
1
--download-metis
=
yes
\
--with-parmetis
=
1
--download-parmetis
=
yes
\
...
...
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