https://bugzilla.redhat.com/show_bug.cgi?id=753577

--- Comment #16 from Andre Massing <andre.mass...@gmail.com> ---
Hi!

Just for your information, I updated gmsh-cmake-soname.patch in my public
dropbox folder. Your LIB_INSTALL_DIR related line was added and I renamed the
static library name as well (just for consistency).

When I tried to run it I had to modify the cmake command in the spec file by
adding the LIB_INSTALL_DIR variable resulting in the following cmake call

cmake . \
      -DCMAKE_C_FLAGS:STRING="%{optflags}" \
      -DCMAKE_CXX_FLAGS:STRING="%{optflags}" \
      -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
      -DLIB_INSTALL_DIR:PATH=%{_libdir} 

Otherwise the LIB_INSTALL_DIR variable was empty and I got at
CMake Error at CMakeLists.txt:1161 (install):
  install TARGETS given no ARCHIVE DESTINATION for static library target
  "lib".

Cheers,
Andre

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to