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
west-public
West
Commits
69513dbd
Commit
69513dbd
authored
Sep 26, 2019
by
Marco Govoni
Browse files
Removed changes to gitlabci
parent
577564ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
69513dbd
...
...
@@ -26,9 +26,7 @@ stages:
-
git clone -b 'qe-6.1.0' --single-branch --depth 1 https://gitlab.com/QEF/q-e.git QEDIR
-
cd QEDIR
-
git describe
-
pip list
-
echo $PYTHON_PATH
-
./configure --with-scalapack --enable-openmp LDFLAGS="-g -pthread -fopenmp `python3-config --ldflags`"
-
./configure LDFLAGS="`python3-config --ldflags`"
-
make -j pw
-
ls bin
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
...
...
@@ -43,7 +41,7 @@ stages:
-
git clone -b 'qe-6.1.0' --single-branch --depth 1 https://gitlab.com/QEF/q-e.git QEDIR
-
cd QEDIR
-
git describe
-
./configure
--with-scalapack --enable-openmp LDFLAGS="-g -pthread -fopenmp
`python3-config --ldflags`"
-
./configure
LDFLAGS="
`python3-config --ldflags`"
-
make -j pw
-
ls bin
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
...
...
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