Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake: Default with_scafacos = off, since it requries ELECTROSTATICS #2417

Merged
merged 4 commits into from
Jan 7, 2019

Conversation

RudolfWeeber
Copy link
Contributor

@RudolfWeeber RudolfWeeber commented Dec 14, 2018

Fixes #2414.
@fweik

@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

Merging #2417 into python will increase coverage by <1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           python   #2417    +/-   ##
=======================================
+ Coverage      72%     72%   +<1%     
=======================================
  Files         393     393            
  Lines       18483   18483            
=======================================
+ Hits        13411   13432    +21     
+ Misses       5072    5051    -21
Impacted Files Coverage Δ
src/core/communication.cpp 77% <0%> (-1%) ⬇️
src/core/layered.cpp 78% <0%> (ø) ⬆️
src/core/domain_decomposition.cpp 95% <0%> (+4%) ⬆️
src/core/lattice.cpp 89% <0%> (+6%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 71481b1...1b57c13. Read the comment docs.

@@ -84,7 +84,7 @@ if [[ ! -z ${with_coverage+x} ]]; then
bash <(curl -s https://codecov.io/env) &> /dev/null;
fi

cmake_params="-DCMAKE_BUILD_TYPE=$build_type -DPYTHON_EXECUTABLE=$(which python$python_version) -DWARNINGS_ARE_ERRORS=ON -DTEST_NP:INT=$check_procs $cmake_params"
cmake_params="-DCMAKE_BUILD_TYPE=$build_type -DPYTHON_EXECUTABLE=$(which python$python_version) -DWARNINGS_ARE_ERRORS=ON -DTEST_NP:INT=$check_procs $cmake_params -DWITH_SCAFACOS=ON"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you can do -DWITH_SCAFACOS=ON in the build script for all builds as there are containers where there is now scafacos; on these the build should fail now.

@RudolfWeeber
Copy link
Contributor Author

RudolfWeeber commented Jan 7, 2019 via email

@fweik
Copy link
Contributor

fweik commented Jan 7, 2019

Fine with me, the main point was to avoid the build failures.

@RudolfWeeber RudolfWeeber merged commit c9e20be into espressomd:python Jan 7, 2019
RudolfWeeber added a commit to RudolfWeeber/espresso that referenced this pull request Jan 7, 2019
CMake: Default with_scafacos = off, since it requries ELECTROSTATICS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants