bugGNU Octave - Bugs: bug #50074, MXE Octave: Can't build fftw

 
 

bug #50074: MXE Octave: Can't build fftw

Submitter:  Avinoam Kalma <avinoam>
Submitted:  Wed 18 Jan 2017 05:27:46 AM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  lostbard
Originator Name:  Avinoam Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 19 Jan 2017 12:44:53 PM UTC, comment #2: 

Closing as fixed

John Donoghue <lostbard>
Group Member
Wed 18 Jan 2017 12:22:01 PM UTC, comment #1: 
John Donoghue <lostbard>
Group Member
Wed 18 Jan 2017 05:27:46 AM UTC, original submission:  


Building of fftw in MXE fails, because the source was changed to
fftw-3.3.6-pl1.tar.gz.

Patch:


diff -r 0641ed0cbc53 src/fftw.mk
--- a/src/fftw.mk        Tue Jan 17 07:32:34 2017 -0500
+++ b/src/fftw.mk        Wed Jan 18 07:25:47 2017 +0200
@@ -3,8 +3,8 @@

 PKG             := fftw
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3.3.6
-$(PKG)_CHECKSUM := b6a46a56f7f840faac8b801f962e6d629b7a07e2
+$(PKG)_VERSION  := 3.3.6-pl1
+$(PKG)_CHECKSUM := b7730928b6b420733a6fd08c18616bf8ae4f625d
 $(PKG)_SUBDIR   := fftw-$($(PKG)_VERSION)
 $(PKG)_FILE     := fftw-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.fftw.org/$($(PKG)_FILE)


Avinoam Kalma <avinoam>
Group Member

 

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

Attach Files:
   
   
Comment:
   

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 lostbard (Posted a comment)
  • -email is unavailable- added by avinoam (Submitted the item)
  • -email is unavailable- added by avinoam
  •  

    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.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-01-19 lostbard StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2017-01-18 lostbard StatusNone Ready For Test
    2017-01-18 avinoam Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code