bugManeage - Bugs: bug #61072, Likely portability bug for...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #61072: Likely portability bug for cfitsio: sse2

Submitter:  Boud Roukema <boud>
Submitted:  Mon 23 Aug 2021 02:37:14 PM UTC
   
 
Category:  Software Severity:  3 - Normal
Item Group:  Enhancement Status:  Confirmed
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Mon 23 Aug 2021 08:14:27 PM UTC, comment #1: 

This is a good point! Based on it, I just defined task #16035.

Hopefully when task #16035 is complete, we can also close this bug :-).

Mohammad Akhlaghi <makhlaghi>
Group administrator
Mon 23 Aug 2021 02:37:14 PM UTC, original submission:  

Commit 3a1b967 includes the option --enable-sse2 for cfitsio :

$ egrep -n -C2 "sse2|avx" reproduce/software/make/*.mk
reproduce/software/make/high-level.mk-428-      export gbuild_tar=$(ddir)/$$customtar
reproduce/software/make/high-level.mk-429-      $(call gbuild, cfitsio-$(cfitsio-version), , \
reproduce/software/make/high-level.mk:430:                     --enable-sse2 --enable-reentrant \
reproduce/software/make/high-level.mk-431-                     --with-bzip2=$(idir), , \
reproduce/software/make/high-level.mk-432-                     make shared fpack funpack)
...


This is likely to cause an arm64 portability bug, as in https://savannah.nongnu.org/bugs/?61026 . Unless we want an Intel-compatible-only package, then the option should be removed, pending a method of enabling the option only for Intel-compatible architectures.

(This should affect the reproducibility of gnuastro projects on arm64.)

Boud Roukema <boud>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by makhlaghi (Posted a comment)
  • -email is unavailable- added by boud (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-08-23 makhlaghi CategoryNone Software
        Item GroupNone Enhancement
        StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code