Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5e4b44e

Browse filesBrowse files
committed
Don't build numpy if there's no python version to target.
1 parent 07b1489 commit 5e4b44e
Copy full SHA for 5e4b44e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎build/Jamfile‎

Copy file name to clipboardExpand all lines: build/Jamfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ for local N in 2 3
174174
{
175175
alias $(lib_boost_python($(N))) ;
176176
}
177-
if [ python.numpy ]
177+
if $(py$(N)-version) && [ python.numpy ]
178178
{
179179
lib_boost_numpy $(py$(N)-version) ;
180180
libraries += $(lib_boost_numpy($(py$(N)-version))) ;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.