1 |
# Copyright 2006 by ACcESS MNRF |
# Copyright 2006 by ACcESS MNRF |
2 |
# |
# |
3 |
# http://www.access.edu.au |
# http://www.access.edu.au |
4 |
# Primary Business: Queensland, Australia |
# Primary Business: Queensland, Australia |
116 |
PathOption('blas_lib_path', 'Path to BLAS libs', None), |
PathOption('blas_lib_path', 'Path to BLAS libs', None), |
117 |
('blas_libs', 'BLAS libraries to link with', None), |
('blas_libs', 'BLAS libraries to link with', None), |
118 |
# netCDF |
# netCDF |
119 |
PathOption('netCDF_path', 'Path to netCDF includes', '/usr/local/include'), |
PathOption('netCDF_path', 'Path to netCDF includes', '/home/jongui/netcdf-3.6.1/netcdf-3.6.1/include'), |
120 |
PathOption('netCDF_lib_path', 'Path to netCDF libs', '/usr/local/lib'), |
PathOption('netCDF_lib_path', 'Path to netCDF libs', '/home/jongui/netcdf-3.6.1/netcdf-3.6.1/lib'), |
121 |
('netCDF_libs_cxx', 'netCDF C++ libraries to link with', [ 'netcdf_c++', 'netcdf'] ), |
('netCDF_libs_cxx', 'netCDF C++ libraries to link with', [ 'netcdf_c++', 'netcdf'] ), |
122 |
# Python |
# Python |
123 |
# locations of include files for python |
# locations of include files for python |