Re: [CMake] Ubuntu CMake Repository Now Available

2019-04-14 Thread Martin Weber
Am Freitag, 5. April 2019, 22:15:37 CEST schrieb Sergei Nikulov:
> It would be great to see officialy supported rpm repository for
> CentOS/Fedora as well!

The open build service [1] supports packaging for many distros, including 
Debian.
The project for cmake is here [2]. You could ask the maintainers to add 
building cmake for CentOS/Fedora, too. 

Martin

[1] https://openbuildservice.org/
[2] https://build.opensuse.org/package/show/devel:tools:building/cmake

-- 
Cd wrttn wtht vwls s mch trsr.




-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] Ubuntu CMake Repository Now Available

2019-04-10 Thread Hahn, Steven E. via CMake
Thank you! I successfully installed your CMake 3.14.1 package this morning.

Steven

From: CMake  on behalf of Kyle Edwards via CMake 

Reply-To: Kyle Edwards 
Date: Tuesday, April 9, 2019 at 6:04 PM
To: Benjamin Shadwick , cmake 
Subject: Re: [CMake] Ubuntu CMake Repository Now Available

Rebuilt for 18.04 and verified to depend on libcurl4. The new package version 
is "3.14.1-0kitware1ubuntu18.04.1".

Kyle

On Tue, 2019-04-09 at 13:38 -0700, Benjamin Shadwick wrote:
I believe it's possible to specify an "or" rule so that it would work with 
either package. It should probably require the one it's built against though, 
or at least prefer it if it works with both.

On Tue, Apr 9, 2019 at 12:32 PM Hahn, Steven E. via CMake 
mailto:cmake@cmake.org>> wrote:
Would you consider updating the Ubuntu 18.04 package to depend on libcurl4?

Unfortunately libcurl3 conflicts with libcurl4, and I need to keep the later 
installed for packages that depend on it. The Ubuntu-provided CMake package 
appears to be built against libcurl4.

Steven

On 4/5/19, 3:17 PM, "CMake on behalf of Kyle Edwards via CMake" 
mailto:cmake-boun...@cmake.org> on behalf of 
cmake@cmake.org<mailto:cmake@cmake.org>> wrote:

All,

I am pleased to announce that Kitware is now offering an
officially-supported set of Ubuntu packages for CMake. These CMake
packages can be installed with apt-get, just like other Ubuntu
packages. We currently support Ubuntu 16.04 and 18.04.

The following packages are available:

* cmake - Contains the CMake command line executable, CTest, and CPack.
* cmake-curses-gui - Contains ccmake.
* cmake-qt-gui - Contains cmake-gui.
* cmake-doc - Contains the CMake documentation.

To use these packages, follow the instructions at

https://apt.kitware.com/

to add our APT repository to your Ubuntu installation, and then use
apt-get install to install one or all of the above packages.

We currently offer CMake 3.14.1, and will continue to update the
repository as new CMake releases are issued.

Kyle
--

Powered by www.kitware.com<http://www.kitware.com>

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


--



Powered by www.kitware.com<http://www.kitware.com>



Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ



Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:



CMake Support: http://cmake.org/cmake/help/support.html

CMake Consulting: http://cmake.org/cmake/help/consulting.html

CMake Training Courses: http://cmake.org/cmake/help/training.html



Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html



Follow this link to subscribe/unsubscribe:

https://cmake.org/mailman/listinfo/cmake

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] Ubuntu CMake Repository Now Available

2019-04-09 Thread Kyle Edwards via CMake
Rebuilt for 18.04 and verified to depend on libcurl4. The new package
version is "3.14.1-0kitware1ubuntu18.04.1".
Kyle
On Tue, 2019-04-09 at 13:38 -0700, Benjamin Shadwick wrote:
> I believe it's possible to specify an "or" rule so that it would work
> with either package. It should probably require the one it's built
> against though, or at least prefer it if it works with both.
> 
> On Tue, Apr 9, 2019 at 12:32 PM Hahn, Steven E. via CMake 
> e.org> wrote:
> > Would you consider updating the Ubuntu 18.04 package to depend on
> > libcurl4?
> > 
> > Unfortunately libcurl3 conflicts with libcurl4, and I need to keep
> > the later installed for packages that depend on it. The Ubuntu-
> > provided CMake package appears to be built against libcurl4.
> > 
> > Steven
> > 
> > On 4/5/19, 3:17 PM, "CMake on behalf of Kyle Edwards via CMake" 
> > make-boun...@cmake.org on behalf of cmake@cmake.org> wrote:
> > 
> >     All,
> > 
> >     I am pleased to announce that Kitware is now offering an
> >     officially-supported set of Ubuntu packages for CMake. These
> > CMake
> >     packages can be installed with apt-get, just like other Ubuntu
> >     packages. We currently support Ubuntu 16.04 and 18.04.
> > 
> >     The following packages are available:
> > 
> >     * cmake - Contains the CMake command line executable, CTest,
> > and CPack.
> >     * cmake-curses-gui - Contains ccmake.
> >     * cmake-qt-gui - Contains cmake-gui.
> >     * cmake-doc - Contains the CMake documentation.
> > 
> >     To use these packages, follow the instructions at
> > 
> >     https://apt.kitware.com/
> > 
> >     to add our APT repository to your Ubuntu installation, and then
> > use
> >     apt-get install to install one or all of the above packages.
> > 
> >     We currently offer CMake 3.14.1, and will continue to update
> > the
> >     repository as new CMake releases are issued.
> > 
> >     Kyle
> >     -- 
> > 
> >     Powered by www.kitware.com
> > 
> >     Please keep messages on-topic and check the CMake FAQ at: http:
> > //www.cmake.org/Wiki/CMake_FAQ
> > 
> >     Kitware offers various services to support the CMake community.
> > For more information on each offering, please visit:
> > 
> >     CMake Support: http://cmake.org/cmake/help/support.html
> >     CMake Consulting: http://cmake.org/cmake/help/consulting.html
> >     CMake Training Courses: http://cmake.org/cmake/help/training.ht
> > ml
> > 
> >     Visit other Kitware open-source projects at http://www.kitware.
> > com/opensource/opensource.html
> > 
> >     Follow this link to subscribe/unsubscribe:
> >     https://cmake.org/mailman/listinfo/cmake
> > 
> > 
> > -- 
> > 
> > Powered by www.kitware.com
> > 
> > Please keep messages on-topic and check the CMake FAQ at: http://ww
> > w.cmake.org/Wiki/CMake_FAQ
> > 
> > Kitware offers various services to support the CMake community. For
> > more information on each offering, please visit:
> > 
> > CMake Support: http://cmake.org/cmake/help/support.html
> > CMake Consulting: http://cmake.org/cmake/help/consulting.html
> > CMake Training Courses: http://cmake.org/cmake/help/training.html
> > 
> > Visit other Kitware open-source projects at http://www.kitware.com/
> > opensource/opensource.html
> > 
> > Follow this link to subscribe/unsubscribe:
> > https://cmake.org/mailman/listinfo/cmake
> > -- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] Ubuntu CMake Repository Now Available

2019-04-09 Thread Benjamin Shadwick
I believe it's possible to specify an "or" rule so that it would work with
either package. It should probably require the one it's built against
though, or at least prefer it if it works with both.

On Tue, Apr 9, 2019 at 12:32 PM Hahn, Steven E. via CMake 
wrote:

> Would you consider updating the Ubuntu 18.04 package to depend on libcurl4?
>
> Unfortunately libcurl3 conflicts with libcurl4, and I need to keep the
> later installed for packages that depend on it. The Ubuntu-provided CMake
> package appears to be built against libcurl4.
>
> Steven
>
> On 4/5/19, 3:17 PM, "CMake on behalf of Kyle Edwards via CMake" <
> cmake-boun...@cmake.org on behalf of cmake@cmake.org> wrote:
>
> All,
>
> I am pleased to announce that Kitware is now offering an
> officially-supported set of Ubuntu packages for CMake. These CMake
> packages can be installed with apt-get, just like other Ubuntu
> packages. We currently support Ubuntu 16.04 and 18.04.
>
> The following packages are available:
>
> * cmake - Contains the CMake command line executable, CTest, and CPack.
> * cmake-curses-gui - Contains ccmake.
> * cmake-qt-gui - Contains cmake-gui.
> * cmake-doc - Contains the CMake documentation.
>
> To use these packages, follow the instructions at
>
> https://apt.kitware.com/
>
> to add our APT repository to your Ubuntu installation, and then use
> apt-get install to install one or all of the above packages.
>
> We currently offer CMake 3.14.1, and will continue to update the
> repository as new CMake releases are issued.
>
> Kyle
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For
> more information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> https://cmake.org/mailman/listinfo/cmake
>
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> https://cmake.org/mailman/listinfo/cmake
>
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] Ubuntu CMake Repository Now Available

2019-04-09 Thread Hahn, Steven E. via CMake
Would you consider updating the Ubuntu 18.04 package to depend on libcurl4?

Unfortunately libcurl3 conflicts with libcurl4, and I need to keep the later 
installed for packages that depend on it. The Ubuntu-provided CMake package 
appears to be built against libcurl4.

Steven

On 4/5/19, 3:17 PM, "CMake on behalf of Kyle Edwards via CMake" 
 wrote:

All,

I am pleased to announce that Kitware is now offering an
officially-supported set of Ubuntu packages for CMake. These CMake
packages can be installed with apt-get, just like other Ubuntu
packages. We currently support Ubuntu 16.04 and 18.04.

The following packages are available:

* cmake - Contains the CMake command line executable, CTest, and CPack.
* cmake-curses-gui - Contains ccmake.
* cmake-qt-gui - Contains cmake-gui.
* cmake-doc - Contains the CMake documentation.

To use these packages, follow the instructions at

https://apt.kitware.com/

to add our APT repository to your Ubuntu installation, and then use
apt-get install to install one or all of the above packages.

We currently offer CMake 3.14.1, and will continue to update the
repository as new CMake releases are issued.

Kyle
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] Ubuntu CMake Repository Now Available

2019-04-05 Thread Sergei Nikulov
It would be great to see officialy supported rpm repository for
CentOS/Fedora as well!

Thank you in advance.

пт, 5 апр. 2019 г., 22:17 Kyle Edwards via CMake :

> All,
>
> I am pleased to announce that Kitware is now offering an
> officially-supported set of Ubuntu packages for CMake. These CMake
> packages can be installed with apt-get, just like other Ubuntu
> packages. We currently support Ubuntu 16.04 and 18.04.
>
> The following packages are available:
>
> * cmake - Contains the CMake command line executable, CTest, and CPack.
> * cmake-curses-gui - Contains ccmake.
> * cmake-qt-gui - Contains cmake-gui.
> * cmake-doc - Contains the CMake documentation.
>
> To use these packages, follow the instructions at
>
> https://apt.kitware.com/
>
> to add our APT repository to your Ubuntu installation, and then use
> apt-get install to install one or all of the above packages.
>
> We currently offer CMake 3.14.1, and will continue to update the
> repository as new CMake releases are issued.
>
> Kyle
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> https://cmake.org/mailman/listinfo/cmake
>
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


Re: [CMake] Ubuntu CMake Repository Now Available

2019-04-05 Thread Dmitry Igrishin
Thats great! Thank you!

пт, 5 апр. 2019 г. в 22:17, Kyle Edwards via CMake :
>
> All,
>
> I am pleased to announce that Kitware is now offering an
> officially-supported set of Ubuntu packages for CMake. These CMake
> packages can be installed with apt-get, just like other Ubuntu
> packages. We currently support Ubuntu 16.04 and 18.04.
>
> The following packages are available:
>
> * cmake - Contains the CMake command line executable, CTest, and CPack.
> * cmake-curses-gui - Contains ccmake.
> * cmake-qt-gui - Contains cmake-gui.
> * cmake-doc - Contains the CMake documentation.
>
> To use these packages, follow the instructions at
>
> https://apt.kitware.com/
>
> to add our APT repository to your Ubuntu installation, and then use
> apt-get install to install one or all of the above packages.
>
> We currently offer CMake 3.14.1, and will continue to update the
> repository as new CMake releases are issued.
>
> Kyle
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more 
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> https://cmake.org/mailman/listinfo/cmake
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake


[CMake] Ubuntu CMake Repository Now Available

2019-04-05 Thread Kyle Edwards via CMake
All,

I am pleased to announce that Kitware is now offering an
officially-supported set of Ubuntu packages for CMake. These CMake
packages can be installed with apt-get, just like other Ubuntu
packages. We currently support Ubuntu 16.04 and 18.04.

The following packages are available:

* cmake - Contains the CMake command line executable, CTest, and CPack.
* cmake-curses-gui - Contains ccmake.
* cmake-qt-gui - Contains cmake-gui.
* cmake-doc - Contains the CMake documentation.

To use these packages, follow the instructions at

https://apt.kitware.com/

to add our APT repository to your Ubuntu installation, and then use
apt-get install to install one or all of the above packages.

We currently offer CMake 3.14.1, and will continue to update the
repository as new CMake releases are issued.

Kyle
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake