mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
sci-libs: code style.
This commit is contained in:
@@ -6,13 +6,13 @@ classification, one-class-SVM, epsilon-SVM regression, and nu-SVM \
|
||||
regression. It also provides an automatic model selection tool for \
|
||||
C-SVM classification."
|
||||
HOMEPAGE="http://www.csie.ntu.edu.tw/~cjlin/libsvm/"
|
||||
COPYRIGHT="2000-2014 Chih-Chung Chang and Chih-Jen Lin"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/cjlin1/libsvm/archive/v321.tar.gz"
|
||||
CHECKSUM_SHA256="7f494b23f8a4c9fff2643a0805bbd3dad688854cc488c075ec3909bb346b6685"
|
||||
SOURCE_FILENAME="libsvm-v321.tar.gz"
|
||||
SOURCE_DIR="libsvm-321"
|
||||
REVISION="2"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2000-2014 Chih-Chung Chang and Chih-Jen Lin"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -84,4 +84,3 @@ INSTALL()
|
||||
prepareInstalledDevelLibs libsvm
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
|
||||
@@ -34,14 +34,14 @@ REQUIRES_devel="
|
||||
primegen == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:nroff
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
cmd:md5sum
|
||||
|
||||
Reference in New Issue
Block a user