-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[armadillo] Fix installation path #7041
Conversation
I removed
I don't have a Darwin machine, can you help me to verify it? |
@wangli28 i don't have my macbook with me. I can help you tomorrow |
@cenit it's great! Thank you very much! |
cannot reproduce locally |
@Rastaban, The port installed failed on CI and installed successfully on the Stefano's macbook. Can you help me to confirm it? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
The filesystem used on the Mac CI machines is case sensitive, so it would have the same issue as Linux. I think on the Mac it lets you select case sensitivity when you format the drive. Can you change the logic so it checks if the directory is empty instead of checking if you are on Linux (along with a comment on case sensitivity)? |
Related issue: #7081 |
sorry but your new correction resume the old broken behaviour. Since APFS is case-insensitive by default, your line now deletes the share/armadillo folder also! |
I was thinking something more like this https://stackoverflow.com/questions/27302142/cmake-detect-empty-directory-during-build-time
|
Remove empty path share/Armadillo in Linux.
Related PR: #7022