Illumina / Nirvana

The nimble & robust variant annotator
https://illumina.github.io/NirvanaDocumentation/
GNU General Public License v3.0
170 stars 44 forks source link

Unable to build on MacOS (or use the binaries) #54

Open bw2 opened 3 years ago

bw2 commented 3 years ago

This is the error I get when trying to build on MacOS:

wm103-772:~/bin/Nirvana $ dotnet --version
5.0.205

wm103-772:~/bin $ git clone https://github.com/Illumina/Nirvana.git
Cloning into 'Nirvana'...
remote: Enumerating objects: 21499, done.
remote: Counting objects: 100% (655/655), done.
remote: Compressing objects: 100% (432/432), done.
remote: Total 21499 (delta 280), reused 440 (delta 214), pack-reused 20844
Receiving objects: 100% (21499/21499), 106.62 MiB | 38.80 MiB/s, done.
Resolving deltas: 100% (14423/14423), done.
wm103-772:~/bin $ cd Nirvana
wm103-772:~/bin/Nirvana $ dotnet build -c Release
Microsoft (R) Build Engine version 16.9.0+5e4b48a27 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

/Users/weisburd/bin/Nirvana/Nirvana.sln.metaproj : error MSB4126: The specified solution configuration "Release|macos" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [/Users/weisburd/bin/Nirvana/Nirvana.sln]

Build FAILED.

/Users/weisburd/bin/Nirvana/Nirvana.sln.metaproj : error MSB4126: The specified solution configuration "Release|macos" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [/Users/weisburd/bin/Nirvana/Nirvana.sln]
    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:00.21