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

Remove HAVE_LARGEFILE conf. option since it is not used. #3783

Merged
merged 1 commit into from Apr 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions CMakeLists.txt
Expand Up @@ -379,9 +379,6 @@ OPTION(USE_PATHDEBUG "Viterbi path debugging" OFF)
# big states
OPTION(USE_BIGSTATES "Big (16bit) state" ON)

# Large file
OPTION(HAVE_LARGEFILE "Large file support" ON)

#kernelcache to use 4-byte-floating-point values instead of 8-byte-doubles
OPTION(USE_SHORTREAL_KERNELCACHE "Kernelcache to use 4-byte-floating-point values instead of 8-byte-doubles" ON)

Expand Down
1 change: 0 additions & 1 deletion src/shogun/lib/config.h.in
Expand Up @@ -10,7 +10,6 @@
#cmakedefine HAVE_CURL 1
#cmakedefine HAVE_JSON 1
#cmakedefine HAVE_XML 1
#cmakedefine HAVE_LARGEFILE 1
#cmakedefine HAVE_DOXYGEN 1
#cmakedefine HAVE_LAPACK 1
#cmakedefine HAVE_MVEC 1
Expand Down