Re: [Yade-dev] gmplib and other libraries

2013-11-01 Thread Klaus Thoeni
Hi guys

it's deleted from the install  list. It will indeed be installed with libcgal-
dev. So the question is if we should get rid of the FindGMP.cmake as well 
since it depends on libcgal.

Cheers
Klaus

On Tuesday 29 October 2013 15:54:35 Anton Gladky wrote:
 True, Bruno.
 libcgal-dev depends on libgmp-dev [1]. So, if you install libcgal-dev,
 libgmp-dev will be installed automatically. So I do not see any reasons
 to install  libgmp-dev explicitly if we do not use it directly in the code.
 
 [1] http://packages.debian.org/sid/libcgal-dev
 
 Anton
 
 2013/10/29 Bruno Chareyre bruno.chare...@hmg.inpg.fr:
  gmp lib was a dependency of cgal some time ago, and it probably still is.
  The link may be implicit so you don't see the problem. Did you try to
  uninstall the lib from your system and start yade?
 
 ___
 Mailing list: https://launchpad.net/~yade-dev
 Post to : yade-dev@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~yade-dev
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-dev] gmplib and other libraries

2013-11-01 Thread Anton Gladky
Feel free to do it. If something will be wrong, we will be able
to return it back easily.

Anton


2013/11/1 Klaus Thoeni klaus.tho...@gmail.com:
 Hi guys

 it's deleted from the install  list. It will indeed be installed with libcgal-
 dev. So the question is if we should get rid of the FindGMP.cmake as well
 since it depends on libcgal.

 Cheers
 Klaus

 On Tuesday 29 October 2013 15:54:35 Anton Gladky wrote:
 True, Bruno.
 libcgal-dev depends on libgmp-dev [1]. So, if you install libcgal-dev,
 libgmp-dev will be installed automatically. So I do not see any reasons
 to install  libgmp-dev explicitly if we do not use it directly in the code.

 [1] http://packages.debian.org/sid/libcgal-dev

 Anton

 2013/10/29 Bruno Chareyre bruno.chare...@hmg.inpg.fr:
  gmp lib was a dependency of cgal some time ago, and it probably still is.
  The link may be implicit so you don't see the problem. Did you try to
  uninstall the lib from your system and start yade?

 ___
 Mailing list: https://launchpad.net/~yade-dev
 Post to : yade-dev@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~yade-dev
 More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~yade-dev
 Post to : yade-dev@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~yade-dev
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-dev] gmplib and other libraries

2013-10-29 Thread Anton Gladky
Hi Klaus,

2013/10/28 Klaus Thoeni klaus.tho...@gmail.com:
 Hi guys,

 do you know where gmplib is used in yade? A grep for gmp doesn't give any
 results and it seams that yade is running without the library even if cmake is
 complaining/warning. Any idea? If it is not used we should get rid of it in
 the install requirements.

Sure, go ahead and remove it. It was probably used some time ago, but no more
in the current code.

 What do you think about extending the list of external libraries with our
 optionals like CGAL, OpenBLAS etc. It would be nice to have a complete list.

I am not sure, what you mean. cgal and openblas are in fact optional.
If they are not in the system, it will disable some corresponding features, but
will not break the compilation. Or what you meant?

Anton

___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-dev] gmplib and other libraries

2013-10-29 Thread Klaus Thoeni
  do you know where gmplib is used in yade? A grep for gmp doesn't give any
  results and it seams that yade is running without the library even if
  cmake is complaining/warning. Any idea? If it is not used we should get
  rid of it in the install requirements.
 
 Sure, go ahead and remove it. It was probably used some time ago, but no
 more in the current code.

Ok, I will.

  What do you think about extending the list of external libraries with our
  optionals like CGAL, OpenBLAS etc. It would be nice to have a complete
  list.
 I am not sure, what you mean. cgal and openblas are in fact optional.
 If they are not in the system, it will disable some corresponding features,
 but will not break the compilation. Or what you meant?

I meant the list on yade's installation web page under Prerequisites in 
addition to the sudo apt-get install list.

Cheers
Klaus


___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-dev] gmplib and other libraries

2013-10-29 Thread Anton Gladky
2013/10/29 Klaus Thoeni klaus.tho...@gmail.com:
 I meant the list on yade's installation web page under Prerequisites in
 addition to the sudo apt-get install list.

Sure, please, clean it also.

Thanks,

Anton

___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-dev] gmplib and other libraries

2013-10-29 Thread Anton Gladky
True, Bruno.
libcgal-dev depends on libgmp-dev [1]. So, if you install libcgal-dev,
libgmp-dev will be installed automatically. So I do not see any reasons
to install  libgmp-dev explicitly if we do not use it directly in the code.

[1] http://packages.debian.org/sid/libcgal-dev

Anton


2013/10/29 Bruno Chareyre bruno.chare...@hmg.inpg.fr:
 gmp lib was a dependency of cgal some time ago, and it probably still is.
 The link may be implicit so you don't see the problem. Did you try to
 uninstall the lib from your system and start yade?

___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


[Yade-dev] gmplib and other libraries

2013-10-28 Thread Klaus Thoeni
Hi guys,

do you know where gmplib is used in yade? A grep for gmp doesn't give any 
results and it seams that yade is running without the library even if cmake is 
complaining/warning. Any idea? If it is not used we should get rid of it in 
the install requirements.

What do you think about extending the list of external libraries with our 
optionals like CGAL, OpenBLAS etc. It would be nice to have a complete list.

Cheers
Klaus

___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp