[Git][debian-gis-team/grass][ubuntugis/bionic] Rebuild 7.4.1 for bionic
Sebastiaan Couwenberg
sebastic at xs4all.nl
Sat Sep 15 19:28:05 BST 2018
On 9/15/18 8:03 PM, Martin Landa wrote:
> =====================================
> debian/control
> =====================================
> @@ -48,7 +48,8 @@ Build-Depends: autoconf2.13,
> python-ply,
> python-wxgtk3.0,
> unixodbc-dev,
> - zlib1g-dev
> + zlib1g-dev,
> + libomp-dev
You should sort the build dependencies.
Note that the openmprtl FTBFS on s390x (a release architecture) and most
ports, hence the OpenMP support will not be enabled in the package in
Debian.
Also note that GCC is used to build grass, and its OpenMP support should
be used instead of the LLVM one.
> =====================================
> debian/rules
> =====================================
> @@ -108,7 +108,8 @@ override_dh_auto_configure: templates
> --with-readline \
> --with-sqlite \
> --with-wxwidgets=/usr/bin/wx-config \
> - --with-x
> + --with-x \
> + --with-openmp
You should also sort the configure options.
Kind Regards,
Bas
More information about the Pkg-grass-devel
mailing list