-
Notifications
You must be signed in to change notification settings - Fork 210
/
Description.props
55 lines (38 loc) · 1.86 KB
/
Description.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Template Description file for a Weka package
#
#
# Package name (required)
PackageName=wekaDeeplearning4j
# Version (required)
Version={VERSION}
#Date
Date={DATE}
# Title (required)
Title=Weka wrappers for Deeplearning4j
Category=Classification/Regression
# Author (required)
Author=Christopher Beckham, Eibe Frank, Mark Hall, Steven Lang, Felipe Bravo, and Rhys Compton
# Maintainer (required)
Maintainer=Weka team <[email protected]>
# License (required)
License=GPL 3.0
Description=Provides access to classifiers and filters using the Deeplearning4j library. Deep neural networks can be built using a multitude of different layers, activations, lossfunctions and more. See https://deeplearning.cms.waikato.ac.nz/install#add-gpu-support to add CUDA support.
Changes=Added IsGPUAvailable tool and minor bug fixes
# Package URL for obtaining the package archive (required)
PackageURL=https://github.com/Waikato/wekaDeeplearning4j/releases/download/v{VERSION}/{ZIP_NAME}
# URL for further information
URL=https://deeplearning.cms.waikato.ac.nz/
# Dependencies
#{PACKAGE_DEPENDENCIES}
Depends=weka (>=3.8.4)
# Package(s) that can't be installed alongside this one
# - old wekaDeeplearning4j
# - GPU version of this package (GPU-dev)
# - other platforms inserted on build time
Precludes=wekaDeeplearning4j-GPU-linux,wekaDeeplearning4j-GPU-macosx,wekaDeeplearning4j-GPU-windows,wekaDeeplearning4j-CPU-linux,wekaDeeplearning4j-CPU-macosx,wekaDeeplearning4j-CPU-windows
# Specify which OS's the package can operate with. Omitting this entry indicates no restrictions on OS. (optional)
OSName=
# Specify which architecture the package can operate with. Omitting this entry indicates no restriction. (optional)
OSArch=64
# Show this message on installation
MessageToDisplayOnInstallation=To enable GPU support, see https://deeplearning.cms.waikato.ac.nz/install#add-gpu-support