Feaure/dont use ug symlinks
1 unresolved thread
1 unresolved thread
The hack to have every sub-directory in the include path does no longer work for me. Time to get it fixed by making the include paths relative to dune-uggrid root directory.
- include paths relative to dune-uggrid root directory
- move header files below
dune/uggrid/
. - drop folder ug/ and compatibility with UG 3.13.
Supersedes !137 (closed) Fixes #13 (closed)
Merge request reports
Activity
changed milestone to %Dune 2.7.0
added 1 commit
- 6131ba05 - update changelog about changed header location
mentioned in merge request !137 (closed)
mentioned in merge request core/dune-grid!358 (merged)
147 147 148 148 set(CMAKE_INSTALL_PKGINCLUDEDIR "${CMAKE_INSTALL_INCLUDEDIR}/ug") 149 149 150 # create and install pkg-config information and 151 # cmake package configuration as ug not dune-uggrid 152 set(prefix ${CMAKE_INSTALL_PREFIX}) 153 set(exec_prefix "\${prefix}") 154 set(libdir "\${exec_prefix}/${CMAKE_INSTALL_LIBDIR}") 155 set(includedir "\${prefix}/${CMAKE_INSTALL_INCLUDEDIR}") 156 if(UG_ENABLE_PARALLEL) 157 set(parallel "yes") 158 else() 159 set(parallel "no") 160 endif() parallel
is used later in this file:set(dune-uggrid_INIT "set(UG_PARALLEL ${parallel})
I think this might cause the problems with
ModelP
not defined in dune-grid as Oliver mentioned in core/dune-grid!358 (comment 60326)
mentioned in commit 1766c59e
mentioned in commit core/dune-grid@f0295d48
Please register or sign in to reply