Changeset 1510


Ignore:
Timestamp:
05/30/18 19:18:04 (6 years ago)
Author:
oabramkina
Message:

Bugfix in case of compilation with external Blitz.

Location:
XIOS/dev/XIOS_DEV_CMIP6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/bld.cfg

    r1497 r1510  
    88# ------------------------------------------------------------------------------ 
    99 
    10 # Specifying the build directory 
     10# Specifying the build directory and src::blitz if necessary. 
    1111inc bld_dir.cfg 
    1212 
     
    3939src::xios::type                         $PWD/src/type 
    4040 
    41  
    42 #src::date $PWD/extern/boost/src/date_time 
    43 src::blitz $PWD/extern/blitz/src 
    4441src::netcdf $PWD/extern/netcdf4 
    4542src::remap $PWD/extern/remap/src 
  • XIOS/dev/XIOS_DEV_CMIP6/make_xios

    r1498 r1510  
    227227   ln -s $PWD/.void_dir $PWD/extern/blitz 
    228228else 
     229   echo "src::blitz $PWD/extern/blitz/src" >> ${PWD}/bld_dir.cfg 
    229230   export BLITZ_INCDIR="-I${PWD}/extern/blitz" 
    230231   export BLITZ_LIBDIR="" 
Note: See TracChangeset for help on using the changeset viewer.