Commit Graph

34 Commits

Author SHA1 Message Date
Milan Bouchet-Valat b462578393 Use $(includedir) instead of hardcoding $(prefix)/include 2014-01-07 21:57:50 +01:00
Milan Bouchet-Valat bb40f6c7a8 Change PREFIX and LIBDIR to lowercase
This is the standard name.
2014-01-07 21:54:15 +01:00
Milan Bouchet-Valat 251814ebb3 Set SONAME
Inspired from what openspecfun does.
2014-01-07 21:38:10 +01:00
Viral B. Shah 71d942f730 libdir, DESTDIR, and soname updates. 2014-01-05 02:07:17 +05:30
Viral B. Shah d28fae9774 Remove amos and Faddeeva - they are now in openspecfun 2013-12-23 23:00:42 +05:30
Viral B. Shah 29af332f36 Add cpow from OpenBSD
Use clang by default on Darwin
Enable cpow tests

Fix #22
2013-07-14 18:33:56 +05:30
Jameson Nash bb082aca5d add i486 processor ARCH detection 2013-06-17 20:38:51 -04:00
Jameson Nash f948e55cbe unsupport the mingw32 compiler 2013-05-29 21:08:06 -04:00
Jameson Nash bcefcc3d58 do ARCH autodetection based upon compiler instead of host 2013-05-28 09:30:36 -04:00
Jameson Nash 13cc579520 fix WINNT autodetection 2013-05-28 08:59:02 -04:00
Jameson Nash 3fda504f47 support environment CFLAGS (and SFLAGS) without clobbering the essential build flags 2013-03-02 19:40:38 -05:00
Jameson Nash 07085279a1 use $(AR) variable instead of ar 2012-12-29 02:58:14 -05:00
Sébastien Villemot 1bbda18695 Inject FFLAGS, CFLAGS, LDFLAGS where missing 2012-12-18 17:50:02 +01:00
Mike Nolta 75ba4267f9 fix build failure due to gcc44 inline bug (see julia issue #1480) 2012-10-31 17:33:04 -04:00
Viral B. Shah e8bf368573 Include AMOS in OpenLibm. 2012-10-29 15:00:54 +05:30
Viral B. Shah 1ac594e475 Quiet the clang build.
Rename cleanall target to distclean.
2012-10-27 10:17:38 +05:30
Viral B. Shah 850280a862 Version 0.1
Update README.md
2012-08-19 11:52:43 +05:30
Viral B. Shah 56811b0809 Ability to use clang. 2012-07-03 16:49:19 +05:30
Viral B. Shah 5656ce4296 Use the c99 standard rather than gnu99. 2012-07-02 20:25:10 +05:30
Keno Fischer 11a4ec0e43 i686 -> i387 2012-05-29 15:11:49 -07:00
Keno Fischer adb103acec Build fixes for Windows 2012-05-25 21:25:13 -04:00
Keno Fischer 229949d965 Reenable QUIET_CC 2012-05-25 16:26:07 -04:00
Keno Fischer 1b4a845c71 Merge branch 'master' of https://github.com/JuliaLang/openlibm
Conflicts:
	Makefile
2012-05-25 16:25:37 -04:00
Keno Fischer 307d7361c5 automatic arch selection in Makefile 2012-05-25 16:24:37 -04:00
Viral B. Shah 4a9ac47ae8 Disable QUIET_CC and QUIET_LINK for now. 2012-05-25 10:14:29 +05:30
Jameson Nash 4e3b2de1a2 build cleanup 2012-05-24 23:38:33 -04:00
Keno Fischer f0862df1db Allow compilation of assembly files on OSX 2012-05-24 23:14:58 -04:00
Jameson Nash ac201ff1ac fpclassify definition 2012-05-22 19:02:48 -04:00
Jameson Nash 0df00dd0f7 initial attempt getting everything to build on windows 2012-04-08 20:03:36 -04:00
Viral B. Shah 7129663350 OpenLIBM builds on linux.
Disable -std=c99 on linux for now, as gcc does freaks out in math_private.h
on the definition of IEEE_WORD_ORDER, and defines ieee_double_shape_type twice.

Disable building s_cbrtl.c for the time being as it requires ieeefp.h
2012-01-05 23:24:14 -05:00
Viral B. Shah bbb5d6a574 Get the whole thing to compile. Disabled the inline stuff for now. 2012-01-01 15:24:23 +05:30
Viral B. Shah d24a3296fa Revert the changes for inline. With both gcc 4.2 and 4.6, the link
fails with:

ld: duplicate symbol ___ieee754_rem_pio2 in src/s_sin.o and src/s_cos.o for architecture x86_64
collect2: ld returned 1 exit status
2012-01-01 10:14:06 +05:30
Viral B. Shah f5fb927467 Build with gcc. 2011-12-31 19:26:51 +05:30
Viral B. Shah ccd319c03c Almost building the full thing. 2011-12-31 12:48:43 +05:30