Skip to content

Bad file install locations #1771

Open
Open
@sambler

Description

@sambler

Problem

The 1.13.6.1 release installs some new files that are not in acceptable locations.

All .cmake files should be installed into one location. Extra support scripts should be installed under share not at the top of the filesystem.

Expected behavior:

A clean install with files in expected locations

Actual behavior:

cmake config files and extra support scripts are installed into two locations.

Versions

  • OSL branch/version: 1.13.6.1

Solution

llvm_macros.cmake should have DESTINATION ${OSL_CONFIG_INSTALL_DIR} to put it with the other cmake files.

The serialize-bc.py script would be better installed somewhere like DESTINATION ${CMAKE_INSTALL_DATADIR}/build-scripts

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugCrash or wrong behavior of an existing feature.build / testing / port / CIAffecting the build system, tests, platform support, porting, or continuous integration.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions