Hi Alan,
> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
> Sent: Thursday, February 08, 2018 10:59 PM
> To: Arjen Markus
> Cc: cmake@cmake.org
> Subject: Re: [CMake] MinGW-w64/MSYS2 (or Cygwin) and NAG Fortran - how to
> combine?
>
> On 2018-02-08 19:33- A
On 2018-02-08 19:33- Arjen Markus wrote:
So: Is it possible to instruct CMake to use the NAG-Fortran specific
settings [for the Cygwin and MinGW-w64/MSYS2 platforms] and if so, how do I do
that?
Hi Arjen:
I think you should be guided by what goes on for gfortran. For that
compiler, the r
That was the root problem indeed!
I cleaned the code and fixed the path with ${CMAKE_INSTALL_DATAROOTDIR}:
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/glewlwyd
DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES glewlwyd.conf.sample
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/glewlwyd R
Hello,
In the PLplot project we are looking for a way to combine the MinGW-w64/MSYS2
platform (or Cygwin) with the NAG Fortran compiler. The reason for this is that
both MinGW-w64/MSYS2 and Cygwin come with a nice repository of libraries, some
of which we can use in the context of PLplot. The
Hello,
I have a problem with a CMake project,
here(https://stackoverflow.com/questions/48689620/suppressing-reports-in-external-libraries-ignored-in-a-cmake-project)
full description, the project as an attachment, can someone help me to
know what I am missing?
Regards
--
Ing. Alvaro Denis
Hi,
I need to install only certain components, but avoid showing
the components page in cpack-generated NSIS installer.
I have:
# Only install the main program and vcredist.
set(CPACK_COMPONENTS_ALL core vcredist)
set(CMAKE_INSTALL_SYSTEM_RUNTIME_COMPONENT "system_dlls")
# This installs dlls a
Hello,
I have a problem with a CMake project,
here(https://stackoverflow.com/questions/48689620/suppressing-reports-in-external-libraries-ignored-in-a-cmake-project)
full description, the project as an attachment, can someone help me to
know what I am missing?
Regards
--
Ing. Alvaro Denis
Hi Nicolas,
AFAIK
CPack Archive generators (ZIP, TGZ, etc...) cannot properly handle
ABSOLUTE_INSTALL path.
The 3 install statements:
install(FILES glewlwyd.service DESTINATION
${CMAKE_INSTALL_PREFIX}/lib/systemd/system COMPONENT config)
install(FILES glewlwyd-init DESTINATION ${CMAKE_INSTALL_PRE
Hello,
I use a CMakeLists.txt script to build an application which works pretty
well so far, except for the tar.gz package build.
In the install procedure, I copy the application executable, the config
files and, SysV init and SystemD service files, and an entire directory.
In the make inst