Skip to content

Commit

Permalink
Merge pull request opencog#12 from opencog/port-fitnesseval
Browse files Browse the repository at this point in the history
Port fitnesseval logical_bscore
  • Loading branch information
ngeiswei authored Sep 25, 2018
2 parents c8a9f8f + 8f4bf62 commit 986ba56
Show file tree
Hide file tree
Showing 35 changed files with 4,398 additions and 3,801 deletions.
2 changes: 1 addition & 1 deletion moses/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

ADD_SUBDIRECTORY (comboreduct)
ADD_SUBDIRECTORY (moses)
ADD_SUBDIRECTORY (feature-selection)
ADD_SUBDIRECTORY (atomese)
ADD_SUBDIRECTORY (data)

# Currently, the pleasure code does not build, as it uses various
# obsolete combo types and routines and etc. It needs to be ported
Expand Down
4 changes: 1 addition & 3 deletions moses/atomese/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
ADD_SUBDIRECTORY(representation)
ADD_SUBDIRECTORY(interpreter)

ADD_LIBRARY(atomese SHARED
representation/load_table
interpreter/Interpreter
)

TARGET_LINK_LIBRARIES (atomese
ascomboreduct
${COGUTIL_LIBRARY}
${ATOMSPACE_LIBRARIES}
)
Expand All @@ -17,6 +14,7 @@ IF (WIN32)
INSTALL(TARGETS atomese DESTINATION "lib${LIB_DIR_SUFFIX}/moses")
ELSE (WIN32)
INSTALL(TARGETS atomese
EXPORT ASMosesTargets
LIBRARY DESTINATION "lib${LIB_DIR_SUFFIX}" # lib*.so files
ARCHIVE DESTINATION "lib${LIB_DIR_SUFFIX}") # lib*.a files
ENDIF (WIN32)
9 changes: 0 additions & 9 deletions moses/atomese/representation/CMakeLists.txt

This file was deleted.

1 change: 1 addition & 0 deletions moses/comboreduct/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ ADD_LIBRARY(ascomboreduct SHARED
)

TARGET_LINK_LIBRARIES (ascomboreduct
atomese
${COGUTIL_LIBRARY}
${Boost_DATE_TIME_LIBRARY}
${Boost_THREAD_LIBRARY}
Expand Down
Loading

0 comments on commit 986ba56

Please sign in to comment.