Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 589888 Details for
Bug 694468
sci-libs/med-4.0.0-r1: migrate to the cmake based ebuild to enable conditional mpi support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
med-3.3.1-cmake-fortran.patch
med-3.3.1-cmake-fortran.patch (text/plain), 588 bytes, created by
Fabio Rossi
on 2019-09-15 10:37:37 UTC
(
hide
)
Description:
med-3.3.1-cmake-fortran.patch
Filename:
MIME Type:
Creator:
Fabio Rossi
Created:
2019-09-15 10:37:37 UTC
Size:
588 bytes
patch
obsolete
>Make cmake properly disable fortran upon user requirments > >--- ./CMakeLists.txt.orig 2016-07-01 15:28:57.139304608 +0300 >+++ ./CMakeLists.txt 2016-07-01 15:34:22.295899455 +0300 >@@ -8,10 +8,13 @@ > > INCLUDE(CheckLanguage) > CHECK_LANGUAGE(Fortran) >-IF(CMAKE_Fortran_COMPILER) >+OPTION (MEDFILE_BUILD_FORTRAN "Build fortran library" ON) >+IF(MEDFILE_BUILD_FORTRAN) > ENABLE_LANGUAGE(Fortran) >+ IF(NOT CMAKE_Fortran_COMPILER) >+ MESSAGE(FATAL_EROOR "Fortran support was requested but not found") >+ ENDIF() > ELSE() >- MESSAGE(STATUS "No Fortran support") > ENDIF() > > ## Version number >
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 694468
:
589886
| 589888 |
589890
|
589892
|
589894
|
589896