Project

General

Profile

Actions

Feature #4829

closed

Add auto detect for DDCI in configure script

Added by saen acro over 7 years ago. Updated over 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

Actions #1

Updated by Alfred Zastrow over 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.

Actions #2

Updated by saen acro over 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

Actions #3

Updated by C vH over 7 years ago

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

Actions #4

Updated by saen acro over 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

Actions #5

Updated by Jaroslav Kysela over 7 years ago

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

Updated by saen acro over 7 years ago

Jaroslav Kysela wrote:

[...]

too long command line

Actions #7

Updated by saen acro over 7 years ago

Added ;)

Actions #8

Updated by Jaroslav Kysela over 7 years ago

  • Status changed from Rejected to Fixed
Actions

Also available in: Atom PDF