patchGNU Octave - Patches: patch #9518, [octave forge] (interval)...

 
 

patch #9518: [octave forge] (interval) configure.ac

Submitter:  Olaf Till <i7tiol>
Submitted:  Fri 15 Dec 2017 12:47:11 PM UTC
   
 
Category:  Forge : other Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 10 Jan 2018 05:05:10 PM UTC, comment #5: 
Oliver Heimlich <oheim>
Wed 10 Jan 2018 01:12:18 PM UTC, comment #4: 

Can this item get closed?

Kai Torben Ohlhus <siko1056>
Group Member
Sun 17 Dec 2017 12:24:59 PM UTC, comment #3: 

Ok, I have re-added the check for libm

Oliver Heimlich <oheim>
Sun 17 Dec 2017 11:31:01 AM UTC, comment #2: 

The check for libm pulled in libm into LIBS, without which the tests for fesetround and floor fail (without consequences in this configure.ac). You don't need to link the mpfr_... oct-files with libm because they are linked to Octave, and Octave already links with libm. But for the configure tests, the link to libm has to be done.

Instead of testing for libm, you could add the libm manually to LIBS (I wouldn't do that), or you could remove the tests for fesetround and floor also.

Olaf Till <i7tiol>
Group Member
Sat 16 Dec 2017 06:46:06 PM UTC, comment #1: 

I have added configure.ac to the repository, but solved the other parts differently:

- The generated `configure` file is patched into the `hg archive` tarball (like several other generated files) with `tar --update`.

- Instead of a src/bootstrap script I have created a bootstrap target in the maintainer's Makefile

Thank you very much. I have already started to extend the configure.ac with further checks.

P.S. Was there a particular reason to include a check for libm? I have removed that check since libm is not used.

Oliver Heimlich <oheim>
Fri 15 Dec 2017 12:47:11 PM UTC, original submission:  

added configure.ac to check for mpfr library

Olaf Till <i7tiol>
Group Member

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #42655:  configure.cset added by i7tiol (3KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by siko1056 (Posted a comment)
  • -email is unavailable- added by oheim (Posted a comment)
  • -email is unavailable- added by i7tiol (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.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-01-10 siko1056 StatusNeed Info Done
        Open/ClosedOpen Closed
    2018-01-10 siko1056 StatusWorks For Me Need Info
    2017-12-15 i7tiol Attached File- Added configure.cset, #42655

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code