ecmwf / fckit

A Fortran toolkit for interoperating Fortran with C/C++
https://confluence.ecmwf.int/display/fckit
Apache License 2.0
29 stars 15 forks source link

Shared libraries and PGI 18.7 #30

Closed DJDavies2 closed 9 months ago

DJDavies2 commented 9 months ago

What happened?

Building fckit with Portland 18.7 results in static libraries; I would like shared libraries.

I tried modifying the check in src/fckit/CMakeLists.txt to 18.7 and shared libraries were build just fine.

What are the steps to reproduce the bug?

Build fckit with pgfortran 18.7

Version

head of develop

Platform (OS and architecture)

Linux

Relevant log output

No response

Accompanying data

No response

Organisation

No response

wdeconinck commented 9 months ago

Hi @DJDavies2, that was due to a compilation problem. If you managed to get the software stack working with 18.7 as suggested in #31 then that is fine for me. We are not using this old compiler any longer, so I cannot verify myself.