Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 528368 Details for
Bug 653860
sci-visualization/paraview-5.5.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build with CMAKE_BUILD_TYPE=GentooRelease
ParaView-v5.5.0-eigenfix.patch (text/plain), 1.01 KB, created by
Michael Uleysky
on 2018-04-24 03:53:14 UTC
(
hide
)
Description:
Fix build with CMAKE_BUILD_TYPE=GentooRelease
Filename:
MIME Type:
Creator:
Michael Uleysky
Created:
2018-04-24 03:53:14 UTC
Size:
1.01 KB
patch
obsolete
>diff -urNd ParaView-v5.5.0/VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt ParaView-v5.5.0-fix/VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt >--- ParaView-v5.5.0/VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt 2018-04-07 06:03:33.000000000 +1000 >+++ ParaView-v5.5.0-fix/VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt 2018-04-10 16:19:08.841144557 +1000 >@@ -21,14 +21,6 @@ > set(CMAKE_BUILD_TYPE "Release") > endif() > >-string(TOLOWER "${CMAKE_BUILD_TYPE}" cmake_build_type_tolower) >-if( NOT cmake_build_type_tolower STREQUAL "debug" >- AND NOT cmake_build_type_tolower STREQUAL "release" >- AND NOT cmake_build_type_tolower STREQUAL "relwithdebinfo") >- message(FATAL_ERROR "Unknown build type \"${CMAKE_BUILD_TYPE}\". Allowed values are Debug, Release, RelWithDebInfo (case-insensitive).") >-endif() >- >- > ############################################################################# > # retrieve version infomation # > #############################################################################
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 653860
:
528366
| 528368 |
528370