mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
26 lines
527 B
Plaintext
26 lines
527 B
Plaintext
import os ;
|
|
local BOOSTHOME = [ os.environ BOOSTHOME ] ;
|
|
local RDBASE = [ os.environ RDBASE ] ;
|
|
|
|
# Specify the path to the Boost project.
|
|
use-project boost
|
|
: $(BOOSTHOME) ;
|
|
|
|
use-project RDKit
|
|
: $(RDBASE)/Code ;
|
|
|
|
|
|
project RDKit_Externals
|
|
: requirements <include>. <threading>multi
|
|
#<library>/boost/log//boost_log
|
|
<include>$(RDBASE)/Code
|
|
<toolset>msvc:<define>WIN32
|
|
: default-build release ;
|
|
|
|
alias vflib : vflib-2.0 ;
|
|
alias cmim : cmim-1.0 ;
|
|
|
|
alias all-libraries : vflib cmim Lapack++ ;
|
|
|
|
|