7 Star 6 Fork 1

Gitee 极速下载/Orange-Data-Mining

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/biolab/orange
克隆/下载
setup-site.cfg 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
####################################
# Orange build process configuration
####################################
#
# The Orange sources come bundled with some third party libraries
# that are build and linked (statically) into Orange.
# These are:
#
# * BLAS (a subset)
# * LIBSVM (v3.17 - v3.* is required)
# * LIBLINEAR (v1.93 - >= 1.9 is preferred, <= 1.8 needs a special cflag)
# * LINPACK (can be substituted by libR)
# * QHull
# * R lib (a subset)
#
# You can customize the build process to instead link to the
# corresponding external library by modifying this file before
# running the setup.py script.
#
# To indicate that you want to link to an external library simply
# uncomment the 'library = name' line in the corresponding section.
# The 'name' argument must name the library you want to link with.
# This is usually already correct, but sometimes you would need to
# change it, for instance use 'blas_mt' (usually) for a
# multi-threaded blas (or 'goto_blas', 'atlas' etc.)
#
# You can also specify the header file and library search paths
# using the 'include_dirs = path' and 'library_dirs = path' if they
# are not on the default search paths.
#
# If building and installing with an automated package manager
# (easy_install or pip) setup.py will also read '~/.orange-site.cfg'
# file for configuration options.
[GLOBALS]
####################
# BLAS configuration
####################
[blas]
#library = blas
######################
# LibSVM configuration
######################
[libsvm]
#library = svm
#include_dirs = /usr/local/include
#########################
# LIBLINEAR configuration
#########################
#
# If you want to use LIBLINEAR <= 1.8 you will need to add a
# special cflag "-DWITH_API_LIBLINEAR18" to your system's CFLAGS.
# e.g. export CFLAGS="$CFLAGS -DWITH_API_LIBLINEAR18"
[liblinear]
#library = linear
#include_dirs = /usr/include
#####################
# R lib configuration
#####################
[R]
#library = R
#library_dirs = /usr/lib/R/lib
##############################
# LINPACK / libR configuration
##############################
[R]
#library = R
#####################
# QHull configuration
#####################
[qhull]
#library = qhull
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/Orange-Data-Mining.git
git@gitee.com:mirrors/Orange-Data-Mining.git
mirrors
Orange-Data-Mining
Orange-Data-Mining
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385