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
16335e8b
Commit
16335e8b
authored
Sep 27, 2019
by
Marco Govoni
Browse files
LD_LIBS
parent
646b8beb
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
16335e8b
...
...
@@ -26,7 +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
-
./configure LD
FLAG
S="`python3-config --ldflags`"
-
./configure LD
_LIB
S="`python3-config --ldflags`"
-
make -j pw
-
ls bin
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
...
...
@@ -41,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 LD
FLAG
S="`python3-config --ldflags`"
-
./configure LD
_LIB
S="`python3-config --ldflags`"
-
make -j pw
-
ls bin
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
...
...
Wstat/Makefile
View file @
16335e8b
...
...
@@ -31,7 +31,6 @@ wstat.o
PWOBJS
=
../../PW/src/libpw.a
QEMODS
=
../../Modules/libqemod.a ../../FFTXlib/libqefft.a ../../LAXlib/libqela.a ../Libraries/Forpy/libforpy.a ../Libraries/Json/libjson.a ../Libraries/Base64/libbase64.a
LIBS
+=
`
python3-config
--ldflags
`
WESTLIBS
=
\
../IO_kernel/lib_io_kernel.a
\
../DFPT_kernel/lib_dfpt_kernel.a
\
...
...
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