Re: cmake and make install

2017-07-25 Thread Scott Kostyshak
On Tue, Jul 25, 2017 at 09:40:04PM +0200, Cor Blom wrote: > Yes, as far as I can see it works fine. I've set up building regular > snapshots on openSUSE [1] and it seems ok. Since then I have not looked into > it a lot. I need to do that during the coming weeks, because I seriously > consider swit

Re: cmake and make install

2017-07-25 Thread Cor Blom
Op 25-07-17 om 20:49 schreef Scott Kostyshak: On Fri, Jun 02, 2017 at 09:55:33AM +0200, Cor Blom wrote: Op 01-06-17 om 12:34 schreef Kornel Benko: (the "%cmake" macro inheritis all kind of openSUSE settings). Which ones? Expanded it becomes this: find . -name CMakeLists.txt -exec sed -i -re

Re: cmake and make install

2017-07-25 Thread Scott Kostyshak
On Fri, Jun 02, 2017 at 09:55:33AM +0200, Cor Blom wrote: > Op 01-06-17 om 12:34 schreef Kornel Benko: > > > > > (the "%cmake" macro inheritis all kind of openSUSE settings). > > > > Which ones? > > > Expanded it becomes this: > > > > > > find . -name CMakeLists.txt -exec sed -i -re > > > '/^[[:b

Re: cmake and make install

2017-06-02 Thread Cor Blom
Op 01-06-17 om 12:34 schreef Kornel Benko: (the "%cmake" macro inheritis all kind of openSUSE settings). Which ones? Expanded it becomes this: find . -name CMakeLists.txt -exec sed -i -re '/^[[:blank:]]*[sS][eE][tT][[:blank:]]*\([[:blank:]]*(CMAKE_BUILD_TYPE|CMAKE_COLOR_MAKEFILE|CMAKE_INSTALL

Re: cmake and make install

2017-06-01 Thread Kornel Benko
Am Donnerstag, 1. Juni 2017 um 11:38:54, schrieb Cor Blom > Op 01-06-17 om 09:57 schreef Kornel Benko: > > Am Donnerstag, 1. Juni 2017 um 08:56:06, schrieb Cor Blom > > > > > > What is this BuildService about? > > This buildservice is used to build the openSUSE distribution. It's like > Ubunt

Re: cmake and make install

2017-06-01 Thread Cor Blom
Op 01-06-17 om 09:57 schreef Kornel Benko: Am Donnerstag, 1. Juni 2017 um 08:56:06, schrieb Cor Blom What is this BuildService about? This buildservice is used to build the openSUSE distribution. It's like Ubuntu's PPA. I want to see if cmake is a usuable alternative for building the lyx pa

Re: cmake and make install

2017-06-01 Thread Kornel Benko
Am Donnerstag, 1. Juni 2017 um 08:56:06, schrieb Cor Blom > Hi, > > I'm experimenting with building lyx (2.3 git) with cmake in the openSUSE > BuildService. I'm using the following commands: What is this BuildService about? > %cmake \ > -DLYX_INSTALL=ON \ Why don't you use

cmake and make install

2017-05-31 Thread Cor Blom
Hi, I'm experimenting with building lyx (2.3 git) with cmake in the openSUSE BuildService. I'm using the following commands: %cmake \ -DLYX_INSTALL=ON \ -DLYX_USE_QT=QT5 \ -DLYX_EXTERNAL_BOOST=OFF \ -DLYX_PROGRAM_SUFFIX=ON \ -DLYX_ASPELL=OFF \ -DLYX_HUNSPELL=ON \ -D