~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Modules/Platform/Linux-ifort.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SET(CMAKE_DL_LIBS "dl")
2
 
SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-fPIC")
3
 
SET(CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS "-shared")
4
 
SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "-i_dynamic")
5
 
SET(CMAKE_SHARED_LIBRARY_RUNTIME_Fortran_FLAG "-Wl,-rpath,")
6
 
SET(CMAKE_SHARED_LIBRARY_RUNTIME_Fortran_FLAG_SEP ":")
7
 
SET(CMAKE_SHARED_LIBRARY_SONAME_Fortran_FLAG "-Wl,-soname,")
8
 
SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
9
 
 
10
 
SET (CMAKE_Fortran_FLAGS_INIT "")
11
 
SET (CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
12
 
SET (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-Os")
13
 
SET (CMAKE_Fortran_FLAGS_RELEASE_INIT "-O3")
14
 
SET (CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")