Bug 635386 - update fann to 2.1
Summary: update fann to 2.1
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: fann
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tomas Smetana
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-19 10:37 UTC by Scott Tsai
Modified: 2013-02-03 18:38 UTC (History)
3 users (show)

Fixed In Version: fann-2.2.0-1.fc17
Clone Of:
Environment:
Last Closed: 2012-05-04 23:05:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Scott Tsai 2010-09-19 10:37:24 UTC
Description of problem:
I'd like to suggest that the fann package in Fedora be updated to version 2.1.

fann-2.1 breaks C API compatibility and comes with better Python bindings.
Some opensource programs like Recite GRE Word (http://code.google.com/p/recitegrewords/) now requires fann-2.1

Comment 1 Tomas Smetana 2010-09-28 07:53:27 UTC
Hello,
  I actually started to package fann because I was using it for one of my own projects in C and picked the version 2.0 because at that time 2.1 was quite new and marked as beta by the upstream -- and still it is.  Given how long has fann-2.1 been marked as beta and seeing that some other projects started to use that version I will consider putting it in Rawhide.

Thanks for the suggestion.

Comment 2 Scott Tsai 2010-09-28 10:27:54 UTC
> I will consider putting it in Rawhide.

Thanks! I could always compile fann-2.1 locally in the mean time so please feel free to only update fann in Fedora at a time convenient for you.

Comment 3 Ankur Sinha (FranciscoD) 2012-04-22 17:28:00 UTC
Hello,

Apparently, fann 2.2.0 is out: 

http://leenissen.dk/fann/wp/download/

Can we please have an update for F17?

Thanks,
Ankur

Comment 4 Fedora Update System 2012-04-24 13:16:27 UTC
fann-2.2.0-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/fann-2.2.0-1.fc17

Comment 5 Fedora Update System 2012-04-25 04:46:26 UTC
Package fann-2.2.0-1.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing fann-2.2.0-1.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-6571/fann-2.2.0-1.fc17
then log in and leave karma (feedback).

Comment 6 Tomas Smetana 2012-04-25 07:45:13 UTC
Hello,
  it took me some time to convince myself to package the new version, for the upstream has made several Fedora-unfriendly changes and converted to CMake which I'm not very proficient with.

I would like to ask anyone to be so kind and test the F-17 package and report any problems.

Thanks and regards.

Comment 7 Fedora Update System 2012-05-04 23:05:10 UTC
fann-2.2.0-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 SergeyStepanov 2013-02-03 15:22:39 UTC
yum install fann-2.2.0-1.fc17.i686 fann-devel-2.2.0-1.fc17.i686
restart apache and...
in phpinfo()  fann* is absent
whrite /etc/php.ini extension=/usr/lib/libfann.so or libfann.so.2.2.0 and...


/var/log/httpd/error_log                                                                        
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/libfann.so.2.2.0' - /usr/lib/libfann.so.2.2.0: wrong ELF clas
s: ELFCLASS32 in Unknown on line 0
[Sun Feb 03 19:14:29 2013] [notice] Apache/2.2.23 (Unix) DAV/2 PHP/5.4.11 configured -- resuming normal operations

Comment 9 SergeyStepanov 2013-02-03 18:38:41 UTC
sorry 
uname -m
x86_64
of couse 
yum install fann-devel.x86_64
and php.ini extension=/usr/lib64/libfann.so or /usr/lib64/libfann.so.2.2.0
but /var/log/httpd/error_log
PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) '/usr/lib64/libfann.so' in Unknown on line 0
   
can you help me?


Note You need to log in before you can comment on or make changes to this bug.