diff options
Diffstat (limited to 'homebrew/svdlibc')
-rw-r--r-- | homebrew/svdlibc/.beer | 19 | ||||
-rw-r--r-- | homebrew/svdlibc/.make.sh-auto | 5 | ||||
-rw-r--r-- | homebrew/svdlibc/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/svdlibc/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/svdlibc/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/svdlibc/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/svdlibc/download.sh | 1 |
7 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/svdlibc/.beer b/homebrew/svdlibc/.beer new file mode 100644 index 000000000..0a9def900 --- /dev/null +++ b/homebrew/svdlibc/.beer @@ -0,0 +1,19 @@ +{ + "name": "Svdlibc", + "description": "C library to perform singular value decomposition", + "url": "https://tedlab.mit.edu/~dr/SVDLIBC/svdlibc.tgz", + "mirror": null, + "homepage": "https://tedlab.mit.edu/~dr/SVDLIBC/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\", \"HOSTTYPE=target\"", + "include.install \"svdlib.h\"", + "lib.install \"target/libsvd.a\"", + "bin.install \"target/svd\"" + ], + "version": "1.0-unknown", + "file": "svdlibc.rb" +}
\ No newline at end of file diff --git a/homebrew/svdlibc/.make.sh-auto b/homebrew/svdlibc/.make.sh-auto new file mode 100644 index 000000000..16f569992 --- /dev/null +++ b/homebrew/svdlibc/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +make HOSTTYPE=target +include.install "svdlib.h" +lib.install "target/libsvd.a" +bin.install "target/svd" diff --git a/homebrew/svdlibc/_metadata/description b/homebrew/svdlibc/_metadata/description new file mode 100644 index 000000000..49e21934f --- /dev/null +++ b/homebrew/svdlibc/_metadata/description @@ -0,0 +1 @@ +C library to perform singular value decomposition diff --git a/homebrew/svdlibc/_metadata/homepage b/homebrew/svdlibc/_metadata/homepage new file mode 100644 index 000000000..38c542c5d --- /dev/null +++ b/homebrew/svdlibc/_metadata/homepage @@ -0,0 +1 @@ +https://tedlab.mit.edu/~dr/SVDLIBC/ diff --git a/homebrew/svdlibc/_metadata/name b/homebrew/svdlibc/_metadata/name new file mode 100644 index 000000000..ff36e45ad --- /dev/null +++ b/homebrew/svdlibc/_metadata/name @@ -0,0 +1 @@ +Svdlibc diff --git a/homebrew/svdlibc/_metadata/version b/homebrew/svdlibc/_metadata/version new file mode 100644 index 000000000..88fd7f442 --- /dev/null +++ b/homebrew/svdlibc/_metadata/version @@ -0,0 +1 @@ +1.0-unknown diff --git a/homebrew/svdlibc/download.sh b/homebrew/svdlibc/download.sh new file mode 100755 index 000000000..c585fdda4 --- /dev/null +++ b/homebrew/svdlibc/download.sh @@ -0,0 +1 @@ +wget https://tedlab.mit.edu/~dr/SVDLIBC/svdlibc.tgz
\ No newline at end of file |