Ignore:
Timestamp:
01/21/16 21:58:51 (8 years ago)
Author:
roche
Message:

Little tweaks for getting libgrisli without main program. Backported gfortran makefile changes into ifort makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim/SOURCES/Makefile

    r31 r40  
    1010 
    1111# Choice for compiler (ifort = 1, gfortran = 0) 
    12 ifort ?= 1 
     12ifort ?= 0 
    1313 
    1414# Choice for librairies (mkl_c = 1 = MKL,  = 0 = BLAS) 
    1515# NOTA: mkl_c = 1 with ifort = 0 ignores the MKL and uses BLAS anyhow 
    16 mkl_c ?= 1 
     16mkl_c ?= 0 
    1717 
    1818ifeq ($(ifort),1) 
Note: See TracChangeset for help on using the changeset viewer.