Franck HOUSSEN
Franck HOUSSEN
No way to reduce the problem: real life case (f77 + f90 + c + cpp)... Look here: https://travis-ci.org/opencollab/arpack-ng/jobs/488378478 (line 574) lots of files are filtered. Filtered files cause coverage...
Could you have a quick look ? ``` /tmp> git clone https://github.com/fghoussen/arpack-ng -b arpackmm; cd arpack-ng /tmp/arpack-ng> mkdir -p build; cd build; cmake -DEXAMPLES=ON -DMPI=ON -DICBEXMM=ON -DCOVERALLS=ON ..; make all...
May be related : https://github.com/opencollab/arpack-ng/pull/279. If so, you may like to back this here
Not sure. Test this and PR it if OK ```` $ git diff diff --git a/ICB/arpack.hpp b/ICB/arpack.hpp index 99f62e7..4d753d1 100644 --- a/ICB/arpack.hpp +++ b/ICB/arpack.hpp @@ -69,7 +69,7 @@ inline char...
Do you have warnings / errors at link time ? Do you link with MKL using build sys (cmake, autotools), or, "by hand" ? If by hand, did you follow...
No problem: `arpack-ng` was the previous name, you just need to export env variables to point the correct dir. > When trying to use find_package(arpack-ng) as usual, I realized that...
@wztzjhn: can you update the change log?
Below. Current release is 3.8.0. Next release will be 3.9.0.
> Same changes in file icb_parack_c.c added. You meant `icb_arpack_c.c`? `icb_parpack_c.c` is unchanged.
Can you do the same kind of clean-up for `parpack.hpp`, `icb_parpack_c.c`, `icb_parpack_cpp.cpp`? Thanks! > What do you think? If you want, I can still switch on ipram[4] initialization... OK, I...