Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while installing peer #15

Open
wants to merge 192 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
192 commits
Select commit Hold shift + click to select a range
4075e0c
Build alglib and peerlib with CMake
mz2 Jan 4, 2011
516c5d2
Merge branch 'master' of github.com:mz2/peer into cmake
mz2 Jan 4, 2011
5ff4a37
Closer to getting there with the Peer python bindings
mz2 Jan 4, 2011
241864c
Edits to the master CMakeLists.txt
mz2 Jan 4, 2011
dc5e2cf
Modifications to the Python package CMakeLists.txt
mz2 Jan 16, 2011
ef8a01e
Added -I../Include in header search path
mz2 Jan 16, 2011
2e17536
The peer python package now compiles fine with CMake.
mz2 Jan 24, 2011
16651b7
Merge branch 'master' of github.com:mz2/peer into cmake
mz2 Jan 24, 2011
307d1ca
Added a CMake rule for the peer R package
mz2 Jan 24, 2011
ba5a5fc
Added the scaffold for a peer R package
mz2 Jan 24, 2011
20778e3
Cleaned up the constants needed for building to the CMakeLists.txt in…
mz2 Jan 24, 2011
ddcff4a
test commit
ostegle Feb 5, 2011
01ebcec
Some R package related changes
mz2 Feb 5, 2011
37b225c
Merge branch 'cmake' of github.com:PMBio/peer into cmake
mz2 Feb 5, 2011
970f28a
killed test
ostegle Feb 5, 2011
9b6972f
Moved the Python and R header and lib paths to the root level CMakeLi…
mz2 Feb 5, 2011
c226e40
Merge branch 'cmake' of github.com:PMBio/peer into cmake
ostegle Feb 5, 2011
46aa221
Fixed the typo in python lib path
mz2 Feb 5, 2011
5c32c3c
Changed the Python package name from peerpython to peer
mz2 Feb 5, 2011
ac13d06
up
ostegle Feb 5, 2011
29a78e2
Merge branch 'cmake' of github.com:PMBio/peer into cmake
ostegle Feb 5, 2011
279d076
Fooled around a bit more with the numpy include path
mz2 Feb 5, 2011
769d3d9
Renamed the R library from peerr to peer
mz2 Feb 5, 2011
7829d01
Got the R package building with fixed paths
mz2 Feb 5, 2011
2e2def8
Added the R package scaffold into the repository
mz2 Feb 5, 2011
71906dc
Made the header and library search paths relative to peer/src
mz2 Feb 5, 2011
ccdae3f
merge conflict resolved
ostegle Feb 5, 2011
9f22c52
Copy libpeerlib to system prefix
mz2 Feb 6, 2011
b61d2a4
Fixed the type with peerlib library search in src/Makevars
mz2 Feb 6, 2011
479409b
Merge branch 'cmake' of github.com:PMBio/peer into cmake
mz2 Feb 6, 2011
01de2a1
python interface edits
ostegle Feb 6, 2011
0b34064
Fixed another typo
mz2 Feb 6, 2011
f6c386f
Merge branch 'cmake' of github.com:PMBio/peer into cmake
mz2 Feb 6, 2011
b05e0bf
Link alglib statically into the R package dynlib
mz2 Feb 6, 2011
17935f3
Added the .First.lib func to the R package
mz2 Feb 6, 2011
ffc2da8
test
ostegle Feb 6, 2011
e95c7b2
Merge branch 'cmake' of github.com:PMBio/peer into cmake
mz2 Feb 6, 2011
04ac958
edits: python build system
Feb 10, 2011
2f9838c
Added the 'peerutil' executable target to src/CMakeLists.txt
mz2 Feb 26, 2011
c09de1a
Added the 'peerutil' executable target to src/CMakeLists.txt
mz2 Feb 26, 2011
2f652b9
fixed the python build and added documentation
Mar 3, 2011
5b25b15
edidts
Mar 3, 2011
64cb065
fixed update bugs, reduced memory use
lp2 Mar 8, 2011
8be0747
bugfixed pyton_inst_dir variable
ostegle Mar 8, 2011
91d3ae3
Reset the master branch
mz2 Mar 12, 2011
9f4f291
Removed the accidentally added build dir
mz2 Mar 12, 2011
e0eeb78
Disabled installing libpeer
mz2 Mar 12, 2011
9df9580
Added FindRInterpWhich.cmake based on Oli's FindPythonInterpWhich
mz2 Mar 12, 2011
f4af695
added command line parsing, started standalone, docs
lp2 Mar 12, 2011
815a198
Added a CSV parser
mz2 Mar 12, 2011
be10591
Removed the .svn dir from under csv_parser
mz2 Mar 12, 2011
c94e395
Added csv_parser dependency to peerutil target
mz2 Mar 12, 2011
6248f6a
Added csv_parser static lib target. Added logging header imports to a…
mz2 Mar 12, 2011
9c39f03
added R finder
ostegle Mar 12, 2011
5dd0ad5
updates
ostegle Mar 12, 2011
f8bdcf6
individual prior parameter getters/setters
lp2 Mar 13, 2011
a70e79c
added command line parsing, io
lp2 Mar 13, 2011
e5e49fb
added examples
ostegle Mar 13, 2011
bbf2b2d
Added yaml-cpp to the project and specifically to the peerutil target
mz2 Mar 13, 2011
e5f7c29
Removed the accidentally added yaml-cpp/build from repo
mz2 Mar 13, 2011
d91bc3a
Merge branch 'master' of github.com:PMBio/peer
mz2 Mar 13, 2011
c48aa25
Fixed peerutil target compilation with the commandline parsing included
mz2 Mar 13, 2011
932ba2a
Added conditional for PEER_R_PACKAGE to top-level CMakeLists.txt
mz2 Mar 13, 2011
0a9af49
Compile everything as intel 32-bit/64-bit universal binaries on OS X
mz2 Mar 13, 2011
ed2a757
Fixed the R package compilation
mz2 Mar 13, 2011
54fec29
Added a post-build phase for copying the R package scaffold over
mz2 Mar 13, 2011
dddadc5
Added a copy post-build command that copies the peerR_wrap.cpp over
mz2 Mar 13, 2011
26c419c
Fixed Makevars references so they point at the right place inside the…
mz2 Mar 13, 2011
4dd7533
Attempted to add a preinstall command that installs the R package
mz2 Mar 13, 2011
0b206c9
Fixed the CMakeLists and accidentally copied Makevars
mz2 Mar 13, 2011
572b19c
added R by default
ostegle Mar 13, 2011
cd4476d
edits to findR scripts
ostegle Mar 13, 2011
086e42b
added commandline tutorial
lp2 Mar 14, 2011
ffd77f6
removed double dependencies
lp2 Mar 14, 2011
4163c1c
updated project file
lp2 Mar 15, 2011
962cd8c
updated project file
lp2 Mar 15, 2011
78d6978
removed old files
lp2 Mar 15, 2011
dbbcf99
altered findR.cmake to allow for user-specified paths on all settings
ostegle Mar 15, 2011
c933d65
Fixed the post-build part in the R CMakeLists.txt
mz2 Mar 17, 2011
2200790
Merge branch 'master' of github.com:PMBio/peer
mz2 Mar 17, 2011
9a9f1be
updates of the cmake build system
ostegle Mar 17, 2011
644f120
Merge branch 'master' of github.com:PMBio/peer
mz2 Mar 17, 2011
f21c95d
changes to comma separated csv
ostegle Mar 17, 2011
16317f4
Added the R demo script
mz2 Mar 17, 2011
5aa5399
Added R demo script
mz2 Mar 17, 2011
68a768c
Updated r_demo.R and changed peerutil target name to peer
mz2 Mar 17, 2011
aa0dfca
R demo fixes
ostegle Mar 17, 2011
1376eb2
Merge branch 'master' of github.com:PMBio/peer
ostegle Mar 17, 2011
b60c4cc
Renamed the peer commandline tool build target to peertool
mz2 Mar 17, 2011
38d9343
Merge branch 'master' of github.com:PMBio/peer
mz2 Mar 17, 2011
71f83ac
Added -no-multiarch to R CMD INSTALL --build when not building a univ…
mz2 Mar 18, 2011
9b81acf
fixed xcode build system
ostegle Mar 24, 2011
b8279c3
changed messanging and added asserts
ostegle Mar 24, 2011
3a21772
initial verison of sparseFA module added
ostegle Mar 25, 2011
e01c115
fixed but in syntax
lp2 Apr 2, 2011
9a69a4d
added tab, space separated file support
lp2 Apr 2, 2011
64f4d10
Added a new target for CRAN R-package builds
mz2 May 2, 2011
ac5f4f8
changed bayesnet header, removing ifdef swig statement
May 28, 2011
43bef5b
Added more symlinks: csv_parser and tclap
mz2 May 28, 2011
57fd994
Removed some unwanted symlinks
mz2 May 28, 2011
16fa553
removed SWIG flag for the cran archive
May 28, 2011
3a7f361
Merge branch 'master' of github.com:PMBio/peer into sparseFA
ostegle Jun 21, 2011
da63cea
updated sparseFA
ostegle Jun 21, 2011
11b4ee8
commit before moving members to pointers
ostegle Jun 24, 2011
3131f4c
added R example for brem data
lp2 Jun 25, 2011
5e92344
edits to R example using Brem data
lp2 Jun 25, 2011
69a9870
altered memory handling of pointers which resolves a lot of issues
ostegle Jul 3, 2011
1fff6ac
updated sparseFA code based on VB inference
ostegle Jul 3, 2011
2a7d689
bugfixed vbfa and sparseFA
Jul 4, 2011
6b7a3ff
Merge branch 'master' into sparseFA
Jul 4, 2011
490d907
bugfixed redesign of interfaces for master branch
Jul 4, 2011
e8603ef
updated localtion of source folders for sparseFA
Jul 4, 2011
be69acc
bugfix on destructor usage
Jul 8, 2011
dc1a06f
integrated sparseFA into swig wrapper
Jul 11, 2011
f882522
upd brem demo
lp2 Jul 12, 2011
9493286
Merge branch 'master' of https://github.com/PMBio/peer
lp2 Jul 12, 2011
cbe1207
updat python demo for sparseFA
Jul 12, 2011
e6837cd
changes to peer R interface
Jul 12, 2011
48e7e4c
updated sim to include covs
lp2 Jul 13, 2011
4fae958
fixed SparseFA, jont peer module from R and python gnow called PEER
ostegle Jul 17, 2011
0878ee2
edits of CMake List undone
ostegle Jul 17, 2011
d0e5af2
fixed R name space problem
ostegle Jul 19, 2011
d914697
fixed cran release
ostegle Jul 19, 2011
21de375
added sparse DEMO
ostegle Jul 20, 2011
d0d1afa
fixed R interface, working and tested CRAN interface
ostegle Jul 20, 2011
2347ac9
created scripts for source package creation
ostegle Jul 20, 2011
7b18a68
Renamed crate_source_package.sh to create_source_package.sh
mz2 Jul 20, 2011
e06b4c8
code cleanup, bugfixes of covariates in model
ostegle Jul 20, 2011
b4dde51
Merge branch 'master' of github.com:PMBio/peer
ostegle Jul 20, 2011
ae9963b
upd python
lp2 Jul 23, 2011
30dc13f
added standalone
lp2 Jul 23, 2011
e16c313
merged
Jul 24, 2011
3fd0d62
added uncertain expresison levels and export of sparsity inference to…
ostegle Jul 24, 2011
56388d2
added eqtl density plot
lp2 Jul 25, 2011
30ab2f1
changed interface files, peertool, new examples
ostegle Aug 6, 2011
b6b741f
Removed External/Eigen/build
mz2 Aug 8, 2011
431b69b
Converted to LF
mz2 Aug 8, 2011
1b06552
added convenience plots of model, QTLs
lp2 Sep 13, 2011
8b1c99e
updated interface for bounds and residual variance loggin
Sep 13, 2011
4c0c642
added convergence monitoring funcrtions
ostegle Sep 13, 2011
0846c2a
fixed sparse mode output bug
lp2 Sep 17, 2011
8732143
only one python demo left
lp2 Sep 17, 2011
20fde34
updated demos, moved example files
lp2 Sep 18, 2011
5c5b322
renamed files
lp2 Sep 18, 2011
305f8d5
Merge branch 'master' of github.com:PMBio/peer
mz2 Sep 18, 2011
a553f57
fixed getBounds and getResidualVars()
ostegle Sep 18, 2011
f5d59f6
Added a BUILD_PEERTOOL option to top-level CMakeLists.txt to determin…
mz2 Sep 18, 2011
015e27c
Cleaning up the cran/peer/src: create the symlinks in ./create_source…
mz2 Sep 18, 2011
8edbfd4
Create all of the src folder in create_source_package.sh. Drop src-i3…
mz2 Sep 18, 2011
bd40ff0
Recreated the DESCRIPTION file as posted to CRAN
mz2 Sep 18, 2011
dc8edfa
Drop also src-i386 and src-x86_64 *.o and *.so in update_swig.sh
mz2 Sep 18, 2011
fb1bb6b
Added more files to .gitignore
mz2 Sep 18, 2011
3b4c974
Merge branch 'master' of github.com:PMBio/peer
mz2 Sep 18, 2011
8f571c6
Fixed .gitignore so it actuall ignores anything :)
mz2 Sep 18, 2011
7a81e45
More .gitignore fun
mz2 Sep 18, 2011
0fd1f6f
Added NAMESPACE to version control
mz2 Sep 18, 2011
f9b2a40
Added getVerbose/setVerbose to the export pattern in NAMESPACE
mz2 Sep 18, 2011
d7bc9a1
Added manual page scaffolds to version control
mz2 Sep 18, 2011
44196d0
Another .gitignore update
mz2 Sep 18, 2011
3a2d640
Moved NAMESPACE,DESCRIPTION,man to R/peer/ so that it gets shared bot…
mz2 Sep 18, 2011
d97cb64
Added all contents of cran/peer into .gitignore. All expected to come…
mz2 Sep 18, 2011
731a8fe
Added Leo's plot.R to peer/R
mz2 Sep 18, 2011
0f347b9
Symlink Leo's plot.R into CRAN package scaffold
mz2 Sep 18, 2011
05903c2
More tweaks to the cran package symlinking
mz2 Sep 18, 2011
3be510f
Added aliases to all public namespace methods into peer-package.Rd, r…
mz2 Sep 18, 2011
c603200
Added PEER_plotModel and PEER_plotQtl to peer-package.Rd aliases
mz2 Sep 18, 2011
8aaec53
small changes to convenience plots
lp2 Sep 19, 2011
48b0aaf
Updated the license in peer-package.Rd
mz2 Sep 20, 2011
7fbc98c
Merge branch 'master' of github.com:PMBio/peer
mz2 Sep 20, 2011
50ae0c6
Known covariates now not updated in inference
lp2 Sep 27, 2011
edb288f
updated build script
ostegle Oct 9, 2011
0b708c1
updated Eigen to 3.1.0-alpha2
ostegle Feb 26, 2012
7ae1331
Added a series of warning ignoring statements to cran/peer/src/Makevars
mz2 Feb 26, 2012
7263374
Tweaked create_source_package.sh so it doesn't require recreating the…
mz2 Feb 26, 2012
3eced49
Fixed formatting issue with peer-package.Rd
mz2 Feb 26, 2012
d37adc7
Changed Alglib source files to LF file endings to silence R CMD check…
mz2 Feb 26, 2012
a37ada1
Reverted the Makevars change, doesn't look to be necessary with curre…
mz2 Feb 26, 2012
a6d808b
Some more LF line end changes
mz2 Feb 26, 2012
8263648
One last LF line ending
mz2 Feb 26, 2012
c831eb1
Commented out Oli's special LIBR_SO define
mz2 Feb 26, 2012
2a60ce9
Declared minimum R version (2.12) and 'methods' package dependence.
mz2 Feb 26, 2012
c274775
Added alias for PEER_setPriorEpsB in peer-package.Rd as it was declar…
mz2 Feb 26, 2012
22bb23d
Removed boilerplate from peer-package.Rd that was giving R CMD check …
mz2 Feb 26, 2012
db67f0e
Fixed another peer-package.Rd syntax issue
mz2 Feb 26, 2012
bab533e
changed build script to ommit .so
ostegle Feb 26, 2012
2173dce
peer-package.Rd now hopefully fully compliant with R CMD check
mz2 Feb 26, 2012
5a61715
moved peer to peer_template
ostegle Feb 26, 2012
4f4532e
update
ostegle Feb 26, 2012
1a09751
Removed the <pkg> from the correct peer-package.Rd (did the same with…
mz2 Feb 26, 2012
791f576
Merge branch 'master' of github.com:PMBio/peer
ostegle Feb 26, 2012
91f314d
let peertool accept data thats feature*samples in addition to samples…
brentp Apr 25, 2012
40bc4b2
Merge pull request #1 from brentp/transpose
mz2 May 8, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
./build/*
build/*
CMakeFiles/*
cran/peer/DESCRIPTION
cran/peer/NAMESPACE
cran/peer/R
cran/peer/man
cran/peer/src/*.cpp
cran/peer/src/*.so
cran/peer/src/*.h
cran/peer_source.tgz
cran/peer/src/alglib
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3/3/2011 (OS):
* Changed python install behaviour
* Added Readme
* Added some basic documentation in CMakeLists.txt
* Added Python install targets

30/12/2010 (OS):
* Changed PMatrix to be a float matrix rather than double to save space
* Added setVerbose, getVerbose
Expand Down
107 changes: 107 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
cmake_minimum_required(VERSION 2.8)
project(PEER)

#build options
#bindings
#PYTHON on by default
option(BUILD_PYTHON_PACKAGE "Enable Python bindings" ON)
#R optional
option(BUILD_R_PACKAGE "Enable R bindings" OFF)

#build stuff
option(BUILD_UNIVERSAL "Build both 32 and 64 bit versions" OFF)

#compile i386+x86_64 universal binaries on OS X
if (BUILD_UNIVERSAL)
IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
SET(CMAKE_OSX_ARCHITECTURES "i386;x86_64")
ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
endif (BUILD_UNIVERSAL)

## Documentation for final package
# manual installation paths

##PYTHON build options##
# Path to python executable. If specified peer is built against this
# python version, otherwise "which python" is used for auto-detection
#SET(PYTHON_EXECUTABLE "")
#Python include directory
#normally there is no need to specify them;instead these are
#auto-determined from the location of the binary.
#SET(PYTHON_INCLUDE_DIRS "")
#Python install directory
#If specified, the peer module will be installed here. Otherwise the
#default site-packages location of the respective python installation
#is used.
#SET(PYTHON_INSTDIR "")
#Numpy header fiels.
#Usually there is no need to specify them as they are automatically
#determined from the python binary.
#Note: it is vital that peer is built against the exact same python
#installation that you are aiming to use.
#SET(NUMPY_INCLUDE_DIR "")
#
##/PYTHON END##


##R build options###
#set(R_EXECUTABLE "")
#R executable
#set(R_HOME "")
#R home directory
#set(R_H "")
#R include directory for headers
#set(R_INCLUDEDIR "")
#R include dir
#set(LIBR_SO)
#R dylib or dynamic link SO
##/R END##


# OLI's build options
#set(LIBR_SO "/opt/local/lib/R/lib/x86_64/libR.dylib")
##/R END



# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

#There are lots of scripts with cmake
#for finding external libraries.
#see /usr/local/share/cmake-2.6/Modules/Find*.cmake for more examples

find_package(SWIG REQUIRED)
include(${SWIG_USE_FILE})

include_directories(${CMAKE_CURRENT_SOURCE_DIR})
set(CMAKE_SWIG_FLAGS "")

set(CMAKE_MODULE_PATH "${PEER_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
include_directories(./include)

add_definitions(-g -Wextra -D_BSD_SOURCE)

#fPic while compiling on
#this seems to be needed on some linux systems
#set(CMAKE_CXX_FLAGS "-fPIC -O3 -march=core2")
set(CMAKE_CXX_FLAGS "-fPIC")

include_directories(./External/alglib/src)

#add Cmake modules
add_subdirectory(./External/alglib/src)
add_subdirectory(./External/csv_parser)
add_subdirectory(./src)

IF (BUILD_PEERTOOL)
add_subdirectory(./External/yaml-cpp)
endif (BUILD_PEERTOOL)
#### build external interface (optional) #####
if (BUILD_PYTHON_PACKAGE)
add_subdirectory(./python)
endif (BUILD_PYTHON_PACKAGE)
if (BUILD_R_PACKAGE)
add_subdirectory(./R)
endif (BUILD_R_PACKAGE)

1 change: 1 addition & 0 deletions External/Eigen
4 changes: 4 additions & 0 deletions External/Eigen-3.1.0-alpha2/.hg_archival.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
repo: 8a21fd850624c931e448cbcfb38168cb2717c790
node: 304c88ca3affc16dd0b008b1104873986edd77af
branch: default
tag: 3.1.0-alpha2
8 changes: 8 additions & 0 deletions External/Eigen-3.1.0-alpha2/.hgeol
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[patterns]
scripts/*.in = LF
debug/msvc/*.dat = CRLF
unsupported/test/mpreal/*.* = CRLF
** = native

[repository]
native = LF
32 changes: 32 additions & 0 deletions External/Eigen-3.1.0-alpha2/.hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
syntax: glob
qrc_*cxx
*.orig
*.pyc
*.diff
diff
*.save
save
*.old
*.gmo
*.qm
core
core.*
*.bak
*~
build*
*.moc.*
*.moc
ui_*
CMakeCache.txt
tags
.*.swp
activity.png
*.out
*.php*
*.log
*.orig
*.rej
log
patch
a
a.*
18 changes: 18 additions & 0 deletions External/Eigen-3.1.0-alpha2/.hgtags
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
2db9468678c6480c9633b6272ff0e3599d1e11a3 2.0-beta3
375224817dce669b6fa31d920d4c895a63fabf32 2.0-beta1
3b8120f077865e2a072e10f5be33e1d942b83a06 2.0-rc1
19dfc0e7666bcee26f7a49eb42f39a0280a3485e 2.0-beta5
7a7d8a9526f003ffa2430dfb0c2c535b5add3023 2.0-beta4
7d14ad088ac23769c349518762704f0257f6a39b 2.0.1
b9d48561579fd7d4c05b2aa42235dc9de6484bf2 2.0-beta6
e17630a40408243cb1a51ad0fe3a99beb75b7450 before-hg-migration
eda654d4cda2210ce80719addcf854773e6dec5a 2.0.0
ee9a7c468a9e73fab12f38f02bac24b07f29ed71 2.0-beta2
d49097c25d8049e730c254a2fed725a240ce4858 after-hg-migration
655348878731bcb5d9bbe0854077b052e75e5237 actual-start-from-scratch
12a658962d4e6dfdc9a1c350fe7b69e36e70675c 3.0-beta1
5c4180ad827b3f869b13b1d82f5a6ce617d6fcee 3.0-beta2
7ae24ca6f3891d5ac58ddc7db60ad413c8d6ec35 3.0-beta3
c40708b9088d622567fecc9208ad4a426621d364 3.0-beta4
b6456624eae74f49ae8683d8e7b2882a2ca0342a 3.0-rc1
a810d5dbab47acfe65b3350236efdd98f67d4d8a 3.1.0-alpha1
3 changes: 3 additions & 0 deletions External/Eigen-3.1.0-alpha2/.krazy
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SKIP /disabled/
SKIP /bench/
SKIP /build/
Loading