mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
remove the bjam-based build system
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
project wrapSimDivPickers : requirements <library>/boost/python//boost_python <library>/boost/thread//boost_thread : ;
|
||||
import os ;
|
||||
local RDBASE = [ os.environ RDBASE ] ;
|
||||
|
||||
import python ;
|
||||
|
||||
python-extension rdSimDivPickers : MaxMinPicker.cpp HierarchicalClusterPicker.cpp
|
||||
rdSimDivPickers.cpp ..//SimDivPickers ../../ML/Cluster/Murtagh//hc
|
||||
../../RDGeneral//RDGeneral ../../DataStructs//DataStructs
|
||||
../../RDBoost//RDBoost ;
|
||||
|
||||
install pymod : rdSimDivPickers : <location>$(RDBASE)/rdkit/SimDivFilters ;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user