Bug #693
closedOpensource replacement of sunwlibm
Added by Kartik Mistry over 11 years ago. Updated over 7 years ago.
100%
Description
We need opensource replacement of sunwlibm (Sun Devpro Math Libraries).
Related issues
Updated by Roland Mainz over 11 years ago
A quick search shows that libm sources can be downloaded from http://dlc.sun.com/osol/devpro/downloads/20081119/ ... the only sour point is that the filename "devpro-libm-src-20060131.tar.bz2" indicates that the sources are almost four years old (on the other side there can't be many bugs in this kind of library) ...
... anyway... I'll ask around if there is a newer version... if "not" I'll stuff this into Illumos as usr/src/lib/libm/ ...
Updated by Rich Lowe almost 11 years ago
- Assignee changed from Roland Mainz to Igor Kozhukhov
- Difficulty set to Medium
- Tags set to needs-triage
Updated by Igor Kozhukhov almost 11 years ago
need to integrate LIBM to illumos tree as another libs - implement build procedure - and provide shared lib for building another packages.
Updated by Igor Kozhukhov almost 11 years ago
1. first step - integrate LIBM from SUN sources as is . Implement build procedure for building another packages with this LIBM version.
2. update version to another if needed.
Updated by Igor Kozhukhov almost 11 years ago
have been open bugs: 1210, 1211, 1212
this bug have dependency to these bugs
Updated by Igor Kozhukhov almost 11 years ago
Updated by Igor Kozhukhov almost 11 years ago
discussed with Gordon about structure:
lib/libm1 - libm.so.1
lib/libm2 - libm.so.2
lib/libmvec - libmvec.so.1
all sources will be located at: lib/libm2/common
Updated by Rich Lowe almost 11 years ago
Would much prefer lib/libm/common as where the actual sources are (They are, after all, all versions of libm)
Updated by Igor Kozhukhov almost 11 years ago
I can prepare:
lib/libm1 - libm.so.1
lib/libm2 - libm.so.2
lib/libmvec - libmvec.so.1
lib/libm/* - for all sources and Makefile.com + Makefile.targ
Updated by Igor Kozhukhov over 10 years ago
all done on Intel
need check on SPARC
Updated by Piotr Jasiukajtis over 8 years ago
Review - Phase 1
http://www.listbox.com/member/archive/182179/2012/10/sort/time_rev/page/12/entry/16:325/20121003211041:4F8D6A5C-0DC0-11E2-94AB-FDA08D902862/
Review - Phase 2
http://www.listbox.com/member/archive/182179/2012/10/sort/time_rev/page/9/entry/24:325/20121009202844:70C49FAA-1271-11E2-88CD-DC6A8607F0EB/
Updated by Piotr Jasiukajtis over 8 years ago
- Assignee changed from Igor Kozhukhov to Piotr Jasiukajtis
Updated by Piotr Jasiukajtis about 8 years ago
- Status changed from New to In Progress
- % Done changed from 60 to 90
Updated by Piotr Jasiukajtis over 7 years ago
- Status changed from In Progress to Pending RTI
- % Done changed from 90 to 100
Updated by Electric Monk over 7 years ago
git commit 25c28e83beb90e7c80452a7c818c5e6f73a07dc8
commit 25c28e83beb90e7c80452a7c818c5e6f73a07dc8 Author: Piotr Jasiukajtis <estibi@me.com> Date: 2014-10-17T22:00:52.000Z 693 Opensource replacement of sunwlibm Reviewed by: Igor Kozhukhov ikozhukhov@gmail.com Reviewed by: Keith M Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
Updated by Electric Monk over 7 years ago
git commit 91e93ec4fe0674105733e39b40b5119b795b451a
commit 91e93ec4fe0674105733e39b40b5119b795b451a Author: Piotr Jasiukajtis <estibi@me.com> Date: 2014-10-21T14:26:51.000Z 693 Opensource replacement of sunwlibm (fix packaging)
Updated by Yuri Pankov over 7 years ago
- Category set to lib - userland libraries
- Tags deleted (
needs-triage)
Updated by Yuri Pankov over 7 years ago
- Status changed from Pending RTI to Resolved