jasper-software / jasper

Official Repository for the JasPer Image Coding Toolkit
http://www.ece.uvic.ca/~mdadams/jasper
Other
217 stars 103 forks source link

WPS does not recognize any available plaforms #380

Closed twicy closed 3 months ago

twicy commented 3 months ago

Problem: When executing ./configure, WPS cannot recognize any available platforms for compilation

Expected Output: It will list several options

How to reproduce: Execute ./configure

Details: I think I have setup NETCDF and Jasper properly, because their env variable have been recognized:

[root@node92 WPS-4.5]# ./configure
Will use NETCDF in dir: [path to netcdf]
Found what looks like a valid WRF I/O library in ../WRF
Found Jasper environment variables for GRIB2 support...
  $JASPERLIB = [path to jasper lib]
  $JASPERINC = [path to jasper include]
------------------------------------------------------------------------
Please select from among the following supported platforms.

Enter selection [1-0] :

I am currently using CentOS:

[root@node95 modulefiles]# uname -a
Linux node95 4.14.0-115.el7a.0.1.aarch64 #1 SMP Sun Nov 25 20:54:21 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
twicy commented 3 months ago

sorry, wrong place to post this issue