1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

New port: devel/dmlc-core: Common library for scalable and portable distributed machine learning

This commit is contained in:
Yuri Victorovich 2019-08-27 07:01:48 +00:00
parent e63cd92aa5
commit ea4d1c9f94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509993
5 changed files with 73 additions and 0 deletions

View File

@ -490,6 +490,7 @@
SUBDIR += dlib
SUBDIR += dmake
SUBDIR += dmalloc
SUBDIR += dmlc-core
SUBDIR += dmucs
SUBDIR += docopt.cpp
SUBDIR += doctorj

28
devel/dmlc-core/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $FreeBSD$
PORTNAME= dmlc-core
DISTVERSIONPREFIX= v
DISTVERSION= 0.3-105
DISTVERSIONSUFFIX= -g32d9fe7
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Common library for scalable and portable distributed machine learning
LICENSE= APACHE20
BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= dmlc
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
# use clang from ports because otherwise OpenMP isn't detected on some systems (ex. 12.0-RELEASE-p9)
CPP= clang-cpp${LLVM_DEFAULT}
CC= clang${LLVM_DEFAULT}
CXX= clang++${LLVM_DEFAULT}
.include <bsd.port.mk>

3
devel/dmlc-core/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1566888058
SHA256 (dmlc-dmlc-core-v0.3-105-g32d9fe7_GH0.tar.gz) = 25e7c7656851010335674752193ac8ffa1882b0c3a5c5c12dc78fe3aab1608e7
SIZE (dmlc-dmlc-core-v0.3-105-g32d9fe7_GH0.tar.gz) = 252042

View File

@ -0,0 +1,4 @@
DMLC-Core is the backbone library to support all DMLC projects, offers the
bricks to build efficient and scalable distributed machine learning libraries.
WWW: https://github.com/dmlc/dmlc-core

37
devel/dmlc-core/pkg-plist Normal file
View File

@ -0,0 +1,37 @@
include/dmlc/any.h
include/dmlc/array_view.h
include/dmlc/base.h
include/dmlc/blockingconcurrentqueue.h
include/dmlc/build_config.h
include/dmlc/build_config_default.h
include/dmlc/common.h
include/dmlc/concurrency.h
include/dmlc/concurrentqueue.h
include/dmlc/config.h
include/dmlc/data.h
include/dmlc/endian.h
include/dmlc/filesystem.h
include/dmlc/input_split_shuffle.h
include/dmlc/io.h
include/dmlc/json.h
include/dmlc/logging.h
include/dmlc/lua.h
include/dmlc/memory.h
include/dmlc/memory_io.h
include/dmlc/omp.h
include/dmlc/optional.h
include/dmlc/parameter.h
include/dmlc/recordio.h
include/dmlc/registry.h
include/dmlc/serializer.h
include/dmlc/strtonum.h
include/dmlc/thread_group.h
include/dmlc/thread_local.h
include/dmlc/threadediter.h
include/dmlc/timer.h
include/dmlc/type_traits.h
lib/cmake/dmlc/DMLCTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/dmlc/DMLCTargets.cmake
lib/cmake/dmlc/dmlc-config-version.cmake
lib/cmake/dmlc/dmlc-config.cmake
lib/libdmlc.so