Project

General

Profile

Feature #4829

Add auto detect for DDCI in configure script

Added by saen acro almost 7 years ago. Updated almost 7 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2018-01-04
Due date:
% Done:

0%

Estimated time:

Description

DDCI
is it possible to be checked for existence of

/dev/ddbridge

and ddci to be enabled without user interaction

also is it possible to be set global
-j$(nproc) to make commands
its little slower on 32cores @2ghz with current single core make

History

#1

Updated by Alfred Zastrow almost 7 years ago

Please don't do this.
All users which are using virtual machines to compile for a target machine or which do cross compiling will not have a benefit from this.

#2

Updated by saen acro almost 7 years ago

If manualy added --enable-ddci or --disable-ddci it will be overwritten
This is for users with just do ./Autobuild.sh and wait to install result

#3

Updated by C vH almost 7 years ago

add --enable-ddci/--disable-ddci and default to disable should fix that without workarounds

#4

Updated by saen acro almost 7 years ago

C vH wrote:

add --enable-ddci/--disable-ddci and default to disable should fix that without workarounds

Its not accepted if just only Autobuild.sh used
it accept
Autobuild.sh -j$(nproc)
but not accept
Autobuild.sh --enable-ddci

#5

Updated by Jaroslav Kysela almost 7 years ago

  • Status changed from New to Rejected
AUTOBUILD_CONFIGURE_EXTRA="--enable-ddci" ./Autobuild.sh -j$(nproc)
#6

Updated by saen acro almost 7 years ago

Jaroslav Kysela wrote:

[...]

too long command line

#7

Updated by saen acro almost 7 years ago

Added ;)

#8

Updated by Jaroslav Kysela almost 7 years ago

  • Status changed from Rejected to Fixed

Also available in: Atom PDF