Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
07f34b35
Commit
07f34b35
authored
Nov 28, 2020
by
Chris Cantwell
Browse files
Fixed cmake-out-of-tree build problem in fedora 33.
Hard-coded parallelisation of build to 4 procs.
parent
7cb47bf9
Pipeline
#2488
canceled with stages
in 3 minutes and 17 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkg/redhat/nektar-centos-7.spec
View file @
07f34b35
...
...
@@ -410,7 +410,7 @@ cd $MPI_COMPILER; \
-DNEKTAR_USE_CCM=OFF \\\
-DNEKTAR_USE_PYTHON3=ON \\\
.. ; \
make
%{?_smp_mflags}
; \
make
-j4
; \
cd ..
%build
...
...
pkg/redhat/nektar-centos-8.spec
View file @
07f34b35
...
...
@@ -412,7 +412,7 @@ cd $MPI_COMPILER; \
-DNEKTAR_USE_CCM=OFF \\\
-DNEKTAR_USE_PYTHON3=ON \\\
.. ; \
make
%{?_smp_mflags}
; \
make
-j4
; \
cd ..
%build
...
...
pkg/redhat/nektar-fedora-30.spec
View file @
07f34b35
...
...
@@ -417,7 +417,7 @@ cd $MPI_COMPILER; \
-DNEKTAR_USE_CCM=OFF \\\
-DNEKTAR_USE_PYTHON3=ON \\\
.. ; \
make
%{?_smp_mflags}
; \
make
-j4
; \
cd ..
%build
...
...
pkg/redhat/nektar-fedora-33.spec
View file @
07f34b35
...
...
@@ -386,6 +386,7 @@ Shallow water flow solver for Nektar++ (MPICH)
%prep
%setup -qn nektar-v%{version}
%global __cmake_in_source_build 1
%define dobuild() \
mkdir $MPI_COMPILER; \
...
...
@@ -417,7 +418,7 @@ cd $MPI_COMPILER; \
-DNEKTAR_USE_CCM=OFF \\\
-DNEKTAR_USE_PYTHON3=ON \\\
.. ; \
make
%{?_smp_mflags}
; \
make
-j4
; \
cd ..
%build
...
...
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