Bug 1213484
Summary: | No AArch64 support in Singular | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Marcin Juszkiewicz <mjuszkie> | ||||
Component: | Singular | Assignee: | Paulo Andrade <paulo.cesar.pereira.de.andrade> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | paulo.cesar.pereira.de.andrade, rdieter | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | aarch64 | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-05-01 04:08:13 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 922257 | ||||||
Attachments: |
|
Description
Marcin Juszkiewicz
2015-04-20 16:51:23 UTC
Created attachment 1016452 [details]
patch which got it built for me
With this small patch it built for me.
But when I look at amount of code for ARM and s390 then I do not know is it all what is needed.
I updated the existing -arches.patch, but did not test it so far on aarch64. See http://pkgs.fedoraproject.org/cgit/Singular.git/commit/?id=90662c5251ab9e93422685eb14cf20a8d8d4ea84 I think what is more important is to just not guess ... #elif defined(SI_CPU_AARCH64) // FIXME: need to run some tests #define HAVE_MULT_MOD #define HAVE_GENERIC_ADD #ifdef HAVE_MULT_MOD #define HAVE_DIV_MOD #endif ... but it should be upstream to make benchmark tests... Package builds: Wrote: /builddir/build/RPMS/factory-devel-3.1.6-12.fc23.aarch64.rpm Wrote: /builddir/build/RPMS/factory-gftables-3.1.6-12.fc23.noarch.rpm Wrote: /builddir/build/RPMS/libfac-devel-3.1.6-12.fc23.aarch64.rpm Wrote: /builddir/build/RPMS/Singular-examples-3.1.6-12.fc23.aarch64.rpm Wrote: /builddir/build/RPMS/Singular-doc-3.1.6-12.fc23.aarch64.rpm Wrote: /builddir/build/RPMS/Singular-surfex-3.1.6-12.fc23.aarch64.rpm Wrote: /builddir/build/RPMS/Singular-emacs-3.1.6-12.fc23.aarch64.rpm Wrote: /builddir/build/RPMS/Singular-debuginfo-3.1.6-12.fc23.aarch64.rpm If there any remaining issues please report again. |