Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-fufem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-fufem
Commits
1437528c
Commit
1437528c
authored
3 years ago
by
oliver.sander_at_tu-dresden.de
Browse files
Options
Downloads
Plain Diff
Merge branch 'remove-old-clang-quirk' into 'master'
Remove a work-around for clang 5 and earlier See merge request
!119
parents
39ab5635
95866509
Branches
Branches containing commit
No related tags found
1 merge request
!119
Remove a work-around for clang 5 and earlier
Pipeline
#49528
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/fufem/test/CMakeLists.txt
+0
-11
0 additions, 11 deletions
dune/fufem/test/CMakeLists.txt
with
0 additions
and
11 deletions
dune/fufem/test/CMakeLists.txt
+
0
−
11
View file @
1437528c
...
...
@@ -68,17 +68,6 @@ if (ADOLC_FOUND)
add_dune_adolc_flags
(
adolctest
)
endif
()
# disable test involving boost for clang with c++17
# In the standard, auto_ptr got removed and while there is a flag
# to tell boost not to use auto_ptr anymore, this leads to undefined reference linker error
if
(
NOT
"
${
CMAKE_CXX_COMPILER_ID
}
"
STREQUAL
"Clang"
OR CMAKE_CXX_COMPILER_VERSION VERSION_LESS 6
)
if
(
Boost_SERIALIZATION_FOUND
)
dune_add_test
(
SOURCES serializationtest.cc
)
set_property
(
TARGET serializationtest APPEND PROPERTY INCLUDE_DIRECTORIES
${
Boost_INCLUDE_DIRS
}
)
target_link_libraries
(
serializationtest PUBLIC
${
Boost_SERIALIZATION_LIBRARY
}
)
endif
()
endif
()
if
(
HDF5_FOUND
)
dune_add_test
(
SOURCES test-hdf5.cc
)
add_dune_hdf5_flags
(
test-hdf5
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment