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

« back to all changes in this revision

Viewing changes to Modules/FindBLAS.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:
18
18
#    is found
19
19
#  BLA_STATIC  if set on this determines what kind of linkage we do (static)
20
20
#  BLA_VENDOR  if set checks only the specified vendor, if not set checks
21
 
#     all the posibilities
 
21
#     all the possibilities
22
22
#  BLA_F95     if set on tries to find the f95 interfaces for BLAS/LAPACK
23
23
##########
24
24
### List of vendors (BLA_VENDOR) valid in this module
25
25
##  ATLAS, PhiPACK,CXML,DXML,SunPerf,SCSL,SGIMATH,IBMESSL,Intel10_32 (intel mkl v10 32 bit),Intel10_64lp (intel mkl v10 64 bit,lp thread model, lp64 model),
26
26
##  Intel( older versions of mkl 32 and 64 bit), ACML,Apple, NAS, Generic
27
27
# C/CXX should be enabled to use Intel mkl
 
28
 
 
29
#=============================================================================
 
30
# Copyright 2007-2009 Kitware, Inc.
 
31
#
 
32
# Distributed under the OSI-approved BSD License (the "License");
 
33
# see accompanying file Copyright.txt for details.
 
34
#
 
35
# This software is distributed WITHOUT ANY WARRANTY; without even the
 
36
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
37
# See the License for more information.
 
38
#=============================================================================
 
39
# (To distributed this file outside of CMake, substitute the full
 
40
#  License text for the above reference.)
 
41
 
28
42
get_property(_LANGUAGES_ GLOBAL PROPERTY ENABLED_LANGUAGES)
29
43
if(NOT _LANGUAGES_ MATCHES Fortran)
30
44
  if(BLAS_FIND_REQUIRED)