Re: Packaging GDC

2016-01-18 Thread Marc Schütz via D.gnu
On Monday, 18 January 2016 at 14:31:03 UTC, Dicebot wrote: However if you do use the same base GCC version as existing distro gcc there is no need to package common stuff like cc1 (it would conflict) - you can only package D additions and specify system gcc package as dependency. Ok, I guess

Re: Packaging GDC

2016-01-18 Thread Dicebot via D.gnu
On Monday, 18 January 2016 at 10:58:52 UTC, Marc Schütz wrote: Hi! I'm working on packaging GDC for openSUSE, and I have a few questions. Is it possible to make the build process install only D related files, for example cc1d, but not cc1? If the above works (or I manually exclude generic

Packaging GDC

2016-01-18 Thread Marc Schütz via D.gnu
Hi! I'm working on packaging GDC for openSUSE, and I have a few questions. Is it possible to make the build process install only D related files, for example cc1d, but not cc1? If the above works (or I manually exclude generic GCC files from the package), will the D specific binaries be co