Change path to CMakeLists.txt to be relative to root, not pwd (#4420)
* Change path to CMakeLists.txt to be relative to root, not pwd * Changes requested during code review * Revert back to old naming of root_cmakelists_dir * Make relative directory more clear in docs * Revert change causing build_type AttributeError * Fix forgotten abs_path var * Update CLHEP with new relative path * Update more packages with new root_cmakelists_dir syntax
This commit is contained in:

committed by
becker33

parent
5a1ee22575
commit
1215c3b20c
@@ -59,7 +59,7 @@ class Bcl2fastq2(Package):
|
||||
# libexslt bits.
|
||||
patch('cxxConfigure-cmake.patch')
|
||||
|
||||
root_cmakelists_dir = '../src'
|
||||
root_cmakelists_dir = 'src'
|
||||
|
||||
def url_for_version(self, version):
|
||||
url = "https://support.illumina.com/content/dam/illumina-support/documents/downloads/software/bcl2fastq/bcl2fastq2-v{0}-tar.zip"
|
||||
|
Reference in New Issue
Block a user