Skip to content

Commit f657cb9

Browse files
authored
add Project.toml, update Travis link (#35)
* add Project.toml, update Travis link * bump version
1 parent c1fc438 commit f657cb9

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

Project.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name = "AppleAccelerate"
2+
uuid = "13e28ba4-7ad8-5781-acae-3021b1ed3924"
3+
version = "0.3.0"
4+
5+
[compat]
6+
julia = "≥ 1.0.0"
7+
8+
[extras]
9+
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
10+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
13+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14+
15+
[targets]
16+
test = [ "DSP", "Statistics", "LinearAlgebra", "Test", "Random"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AppleAccelerate.jl
22

3-
[![Build Status](https://travis-ci.org/JuliaLang/AppleAccelerate.jl.svg?branch=master)](https://travis-ci.org/JuliaLang/AppleAccelerate.jl)
3+
[![Build Status](https://travis-ci.org/JuliaMath/AppleAccelerate.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/AppleAccelerate.jl)
44

55
This provides a Julia interface to some of
66
[OS X's Accelerate framework](https://developer.apple.com/library/mac/documentation/Accelerate/Reference/AccelerateFWRef/). At

REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)