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

Cleanup cmake output #2392

Merged
merged 3 commits into from
Mar 1, 2019
Merged

Cleanup cmake output #2392

merged 3 commits into from
Mar 1, 2019

Conversation

bilke
Copy link
Member

@bilke bilke commented Mar 1, 2019

@ufz/members If you get the following error during Conan run after merging this PR:

ERROR: Requested 'boost/1.66.0@conan/stable' but found case incompatible 'Boost'
Case insensitive filesystem can't manage this

Remove the old Conan Boost packages and run CMake again:

rm -r ~/.conan/data/Boost

You may also want to clean-up the modular boost packages which are not used anymore:

rm -r ~/.conan/data/boost_*

Speeds up CMake run significantly and reduces Conan output a lot.
@codecov
Copy link

codecov bot commented Mar 1, 2019

Codecov Report

Merging #2392 into master will decrease coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2392      +/-   ##
==========================================
- Coverage   32.75%   32.65%   -0.11%     
==========================================
  Files         528      528              
  Lines       19929    19929              
  Branches     9318     9359      +41     
==========================================
- Hits         6528     6508      -20     
+ Misses      10084    10073      -11     
- Partials     3317     3348      +31
Impacted Files Coverage Δ
MathLib/Vector3.cpp 33.33% <0%> (-33.34%) ⬇️
MeshLib/CoordinateSystem.cpp 42.85% <0%> (-14.29%) ⬇️
GeoLib/SimplePolygonTree.cpp 61.9% <0%> (-4.77%) ⬇️
GeoLib/AnalyticalGeometry-impl.h 71.31% <0%> (-4.1%) ⬇️
...eStepping/Algorithms/EvolutionaryPIDcontroller.cpp 68.18% <0%> (-3.04%) ⬇️
...ng/Algorithms/IterationNumberBasedTimeStepping.cpp 76.74% <0%> (-2.33%) ⬇️
MeshLib/MeshSurfaceExtraction.cpp 30.46% <0%> (-1.33%) ⬇️
NumLib/DOF/LocalToGlobalIndexMap.cpp 48.67% <0%> (-1.06%) ⬇️
GeoLib/MinimalBoundingSphere.cpp 42.3% <0%> (-0.97%) ⬇️
MeshLib/MeshEditing/MeshRevision.cpp 42.61% <0%> (-0.95%) ⬇️
... and 5 more

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 a1a5b47...af44adc. Read the comment docs.

@bilke bilke merged commit 322f4c6 into ufz:master Mar 1, 2019
@bilke bilke deleted the cleanup-cmake-out branch March 1, 2019 12:44
@ogsbot
Copy link
Member

ogsbot commented Jun 19, 2020

OpenGeoSys development has been moved to GitLab.

See this pull request on GitLab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants