Project

General

Profile

Actions

Bug #460

open

Make CMake EVIO unpacking more robust

Added by Ole Hansen over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
4.00 h
Responsible:

Description

Currently, our FetchBuildEVIO.cmake module tests (UNIX AND NOT APPLE) to decide whether the system has GNU tar or BSD tar. If the test is true, the module assumes GNU tar, otherwise BSD tar. The check is necessary because newer versions of GNU tar (later than 1.26) need an explicit --wildcard flag for our */libsrc file selection spec.

This test logic is flawed; it will fail if a user has installed GNU tar on Apple (e.g. via Homebrew), where UNIX AND NOT APPLE is false, or on *BSD, for which UNIX AND NOT APPLE is true, but tar is BSD.

The module should either explicitly test for the version/flavor of the tar program on the system, or (perhaps better) use CMake's built-in system-independent tar function in combination with file move/delete operations to get the C-library files out of the archive.

No data to display

Actions

Also available in: Atom PDF