Robert Rüger

Results 12 comments of Robert Rüger

I can not reproduce this. For me the `tests` binary is linked again PCRE as expected: ``` $ ldd build.gnu.debug/tests linux-vdso.so.1 (0x00007ffeda2cf000) libpcreposix.so.0 => /usr/lib/libpcreposix.so.0 (0x00007fd3b8064000) libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007fd3b7ff2000)...

We could certainly make a first release version now. The FTL has been pretty stable for a number of years now and we use it extensively at SCM, so it...

I could not reproduce this on Linux with either ifort 19.0.3.199 20190206 or the newer 19.1.0.166 20191121. Which platform are you on? Are both debug and release builds affected by...

I've added your example to the unit tests, see: https://github.com/SCM-NV/ftl/commit/c8eba0bf59089a29e4279b2ae4eb6ecca0487f60 Can you try running the full set of unit tests, just to see if ftlRegex is the only component that...

Ah, I see. I use the POSIX compatible API from PCRE instead of their native API. I think in the configure_ftlRegex.c file, it picked up the values of the enums...

I added some documentation on how to build ftlRegex to the Wiki. So far there was only a giant TODO there ;-) ... Thanks for reporting this!

It's the PCRE documentation (https://www.pcre.org/original/doc/html/pcreposix.html) that suggests you need both: > The functions described here are just wrapper functions that ultimately call the PCRE native API. Their prototypes are defined...

I talked a bit with a colleague about how linkers work, I think I understand what is going on now. - If you have a shared library of the FTL...

What you are trying to do there isn't directly related to the Fortran Template library. You made your own template (the task.F90_template file) and are now trying to instantiate for...

We'll get to this soon. SCM has now internally switched to Git for version controlling AMS. Next step is to remove PLAMS from our main repo, hook in the PLAMS...