jasonlarkin / p3dfft

Automatically exported from code.google.com/p/p3dfft
GNU General Public License v3.0
0 stars 0 forks source link

add check in makefiles #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add a check in makefiles that the -I and -L options 
are not empty (for example when FFTW_INC is not defined). 
If they are empty, do not include them in the compile line. 

Thanks

Original issue reported on code.google.com by dmitry...@gmail.com on 24 Apr 2010 at 12:19

GoogleCodeExporter commented 9 years ago
Added error-handling for missing FFTW/ESSL locations. configure will output the 
following message if the user does not specify the location of FFTW/ESSL:

"configure: error: FFTW/ESSL library locations not defined!"

Original comment by d4p...@ucsd.edu on 3 May 2010 at 10:25