excludes
OBS-URL: https://build.opensuse.org/package/show/science/FreeCAD?expand=0&rev=60
This commit is contained in:
parent
8e77bc3163
commit
d8069ed535
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74d557629532bc687e84361b13686888667c14368a6fda9990f42e8a90338405
|
||||
oid sha256:75cc39c6441ad3c0d1a8dfe58910ec6a3f80c5076d4bbf624c2090d341f07f71
|
||||
size 385254927
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 21:10:12 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- disable builds for 32bit and s390x, test suite fails and it makes no
|
||||
sense to use FreeCAD on small systems or mainframes...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 14:50:23 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -25,6 +25,9 @@ Group: Productivity/Graphics/CAD
|
||||
Url: http://www.freecadweb.org/
|
||||
BuildRequires: FreeCAD
|
||||
|
||||
# Test suite fails on 32bit and I don't want to debug that anymore
|
||||
ExcludeArch: %ix86 %arm ppc s390 s390x
|
||||
|
||||
%description
|
||||
This is just executing the test suite at build time.
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
Tue Feb 12 21:10:12 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- enable FEM module
|
||||
- disable builds for 32bit and s390x, test suite fails and it makes no
|
||||
sense to use FreeCAD on small systems or mainframes...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 08:28:22 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
@ -41,6 +41,10 @@ Patch4: fix-build-with-Qt5_11.diff
|
||||
Patch5: get-rid-of-private-function-_PyImport_FixupBuiltin-for-__FreeCADBase__-module.patch
|
||||
# PATCH-FIX-UPSTREAM -- https://github.com/FreeCAD/FreeCAD/commit/b79e1bfee
|
||||
Patch6: get-rid-of-private-function-_PyImport_FixupBuiltin-for-FreeCAD-and-FreeCADGui-modules.patch
|
||||
|
||||
# Test suite fails on 32bit and I don't want to debug that anymore
|
||||
ExcludeArch: %ix86 %arm ppc s390 s390x
|
||||
|
||||
BuildRequires: Coin-devel
|
||||
#BuildRequires: SoQt-devel
|
||||
BuildRequires: libmed-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user