Update references to JuliaLang to point to JuliaMath (#182)
This commit is contained in:
parent
a96f0740e3
commit
ce69bf1f32
@ -16,7 +16,7 @@ are under the LGPL.
|
|||||||
## Parts copyrighted by the Julia project (MIT License)
|
## Parts copyrighted by the Julia project (MIT License)
|
||||||
|
|
||||||
> Copyright (c) 2011-14 The Julia Project.
|
> Copyright (c) 2011-14 The Julia Project.
|
||||||
> https://github.com/JuliaLang/openlibm/graphs/contributors
|
> https://github.com/JuliaMath/openlibm/graphs/contributors
|
||||||
>
|
>
|
||||||
> Permission is hereby granted, free of charge, to any person obtaining
|
> Permission is hereby granted, free of charge, to any person obtaining
|
||||||
> a copy of this software and associated documentation files (the
|
> a copy of this software and associated documentation files (the
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# OpenLibm
|
# OpenLibm
|
||||||
|
|
||||||
[](https://travis-ci.org/JuliaLang/openlibm)
|
[](https://travis-ci.org/JuliaMath/openlibm)
|
||||||
[](https://ci.appveyor.com/project/ararslan/openlibm/branch/master)
|
[](https://ci.appveyor.com/project/ararslan/openlibm-19152/branch/master)
|
||||||
|
|
||||||
[OpenLibm](http://www.openlibm.org) is an effort to have a high quality, portable, standalone
|
[OpenLibm](http://www.openlibm.org) is an effort to have a high quality, portable, standalone
|
||||||
C mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)).
|
C mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)).
|
||||||
|
@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
|
|||||||
|
|
||||||
Name: openlibm
|
Name: openlibm
|
||||||
Version: ${version}
|
Version: ${version}
|
||||||
URL: https://github.com/JuliaLang/openlibm
|
URL: https://github.com/JuliaMath/openlibm
|
||||||
Description: High quality system independent, open source libm.
|
Description: High quality system independent, open source libm.
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -lopenlibm
|
Libs: -L${libdir} -lopenlibm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user