| View previous topic :: View next topic |
| Author |
Message |
roelof Guru

Joined: 05 Feb 2009 Posts: 482
|
Posted: Fri Nov 06, 2009 8:24 am Post subject: freecad ebuild avaible |
|
|
Hello,
I also made a ebuild for freecad.
You can find it here : http://bugs.gentoo.org/show_bug.cgi?id=291161
You need Opencascade for it : That can be found at the science overlay.
Roelof |
|
| Back to top |
|
 |
sera Developer

Joined: 29 Feb 2008 Posts: 961 Location: CEST
|
Posted: Fri Nov 06, 2009 9:18 am Post subject: |
|
|
This ebuild has a long history. Nice to see you could finish this task. The next one will be easier.
Two comments I have. First if you create a live ebuild (using trunk) you should name the ebuild freecad-9999.ebuild so others know it's an scm build. Second inherit multilib makes only sense for multilib systems and if you use it. You have keyworded freecad only as ~x86 and don't use the eclass. |
|
| Back to top |
|
 |
roelof Guru

Joined: 05 Feb 2009 Posts: 482
|
Posted: Fri Nov 06, 2009 12:56 pm Post subject: |
|
|
Hello Sera.
Oke,
I will change the name.
I use multilib because someone in #gentoo-sunrise told me because of --with-qt4-lib=/usr/$(get_libdir)/qt4/" the get-libdir I need multilib.
Roelof |
|
| Back to top |
|
 |
sera Developer

Joined: 29 Feb 2008 Posts: 961 Location: CEST
|
Posted: Fri Nov 06, 2009 1:24 pm Post subject: |
|
|
Your are right, you are using the eclass. I didn't spot the get_libdir call while reading twice.  |
|
| Back to top |
|
 |
|