Skip to content

Commit

Permalink
Merge pull request #24 from rvianello/dev/update-cartridge-patch-files
Browse files Browse the repository at this point in the history
update the rdkit-postgresql* patch files
  • Loading branch information
greglandrum authored Aug 11, 2016
2 parents 69c1598 + 9fd3d5f commit 52b4d3c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions rdkit-postgresql/Makefile.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git Code/PgSQL/rdkit/Makefile Code/PgSQL/rdkit/Makefile
index 9e47b9f..13d7074 100644
index 93bb807..9844f7f 100644
--- Code/PgSQL/rdkit/Makefile
+++ Code/PgSQL/rdkit/Makefile
@@ -11,25 +11,28 @@
Expand Down Expand Up @@ -27,7 +27,7 @@ index 9e47b9f..13d7074 100644
AVALONREGRESS=avalon
endif

POPCOUNTFLAGS=-mpopcnt
POPCOUNTFLAGS=-DUSE_BUILTIN_POPCOUNT -mpopcnt

ifeq ($(USE_THREADS),1)
- THREADLIBS=-L${BOOSTHOME}/lib -lboost_thread -lboost_system
Expand Down
10 changes: 5 additions & 5 deletions rdkit-postgresql/adapter.cpp.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
diff --git Code/PgSQL/rdkit/adapter.cpp Code/PgSQL/rdkit/adapter.cpp
index 877e9cc..c733bd5 100644
index 67bd996..1bcf1c1 100644
--- Code/PgSQL/rdkit/adapter.cpp
+++ Code/PgSQL/rdkit/adapter.cpp
@@ -52,10 +52,10 @@
#include <DataStructs/SparseIntVect.h>
#include <boost/integer_traits.hpp>
@@ -59,10 +59,10 @@
#include <RDGeneral/BoostEndInclude.h>

#ifdef BUILD_INCHI_SUPPORT
-#include <INCHI-API/inchi.h>
+#include <GraphMol/inchi.h>
Expand All @@ -13,5 +13,5 @@ index 877e9cc..c733bd5 100644
-#include <AvalonTools/AvalonTools.h>
+#include <GraphMol/AvalonTools.h>
#endif
#include "rdkit.h"
#include <GraphMol/ChemReactions/ReactionFingerprints.h>
#include <GraphMol/ChemReactions/ReactionUtils.h>
4 changes: 2 additions & 2 deletions rdkit-postgresql95/Makefile.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git Code/PgSQL/rdkit/Makefile Code/PgSQL/rdkit/Makefile
index 9e47b9f..13d7074 100644
index 93bb807..9844f7f 100644
--- Code/PgSQL/rdkit/Makefile
+++ Code/PgSQL/rdkit/Makefile
@@ -11,25 +11,28 @@
Expand Down Expand Up @@ -27,7 +27,7 @@ index 9e47b9f..13d7074 100644
AVALONREGRESS=avalon
endif

POPCOUNTFLAGS=-mpopcnt
POPCOUNTFLAGS=-DUSE_BUILTIN_POPCOUNT -mpopcnt

ifeq ($(USE_THREADS),1)
- THREADLIBS=-L${BOOSTHOME}/lib -lboost_thread -lboost_system
Expand Down
10 changes: 5 additions & 5 deletions rdkit-postgresql95/adapter.cpp.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
diff --git Code/PgSQL/rdkit/adapter.cpp Code/PgSQL/rdkit/adapter.cpp
index 877e9cc..c733bd5 100644
index 67bd996..1bcf1c1 100644
--- Code/PgSQL/rdkit/adapter.cpp
+++ Code/PgSQL/rdkit/adapter.cpp
@@ -52,10 +52,10 @@
#include <DataStructs/SparseIntVect.h>
#include <boost/integer_traits.hpp>
@@ -59,10 +59,10 @@
#include <RDGeneral/BoostEndInclude.h>

#ifdef BUILD_INCHI_SUPPORT
-#include <INCHI-API/inchi.h>
+#include <GraphMol/inchi.h>
Expand All @@ -13,5 +13,5 @@ index 877e9cc..c733bd5 100644
-#include <AvalonTools/AvalonTools.h>
+#include <GraphMol/AvalonTools.h>
#endif
#include "rdkit.h"
#include <GraphMol/ChemReactions/ReactionFingerprints.h>
#include <GraphMol/ChemReactions/ReactionUtils.h>

0 comments on commit 52b4d3c

Please sign in to comment.