blob: bb8c0872a46d7d1e2352a47791af5c7bc15f6cc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/usr/bin/perl
# -*-perl-*-
%PDL_CONFIG = (
# Would like to get these settings working and remove the dependencies on
# Alien::* but PDL seems to refuse to build the ::HDF and ::Proj without
# Alien:: in any case
#
# HDF_LIBS => '-L/opt/hdf4/lib',
# HDF_INC => '-I/opt/hdf4/include',
#
# PROJ_LIBS => [ '/usr/lib' ],
# PROJ_INC => [ '/usr/include' ],
);
|