Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
philkr 672f30ece3 CMake python version fix 2016-01-06 07:23:35 -08:00
Tea 29f6670f11 Replace unistd functions with cross platform counterparts 2015-11-10 10:03:41 +08:00
Jon Long b02db7fbf9 Merge pull request #3088 from lukeyeager/bvlc/lmdb-nolock
Open LMDB files with MDB_NOLOCK if no write access
2015-10-20 19:17:06 -07:00
T.E.A de Souza a7d84f3c7e Qualify messages issued by CMake when CUDA is unavailable 2015-10-19 18:19:38 +08:00
Luke Yeager b93afe8378 Add ALLOW_LMDB_NOLOCK build option
This option lets you open LMDB files with the MDB_NOLOCK flag. You
should not set this flag if you will be reading LMDBs with any
possibility of simultaneous read and write.
2015-09-25 15:55:40 -07:00
Tea f3a933a620 Separate IO dependencies
OpenCV, LMDB, LevelDB and Snappy are made optional via switches
(USE_OPENCV, USE_LMDB, USE_LEVELDB) available for Make and CMake
builds. Since Snappy is a LevelDB dependency, its use is determined by
USE_LEVELDB. HDF5 is left bundled because it is used for serializing
weights and solverstates.
2015-09-17 15:08:29 +08:00
philkr 4d3b1844fc Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build issue #2722. 2015-07-20 21:33:33 -07:00
Nuno Subtil 10ddfd32cb Build gflags and glog through CMake if not found in the system
This adds functionality to fetch gflags and glog from GitHub and build
them during the Caffe build. This happens only if a system-wide
installed version is not found (i.e., when find_package() fails).

If built as part of the Caffe build, gflags and glog are compiled as
position-independent static libraries. This avoids doing a system-wide
install of these libraries during the Caffe install target.
2015-04-01 19:15:42 -07:00
Charles Otto d952ea35a4 Update leveldb include variable name to match FindLevelDB.cmake 2015-03-07 18:41:41 -05:00
Evan Shelhamer a66be31501 Merge pull request #2059 from philkr/python_layer_cmake
[cmake] add Python layer
2015-03-06 22:08:28 -08:00
philkr 3d30510a50 Making python layer work with cmake 2015-03-06 16:58:18 -08:00
philkr 87d3aa3d45 Adding correct hdf5 path 2015-03-05 15:02:56 -08:00
philkr 54037d3942 Making python3 work with cmake and the new python wrapper 2015-02-24 14:06:36 -08:00
Anatoly Baksheev aea5dd674a cmake 2.8.7. support 2015-02-16 20:48:41 -08:00
Anatoly Baksheev 9358247014 improve CMake build 2015-02-16 20:48:16 -08:00