sowson / darknet

Darknet on OpenCL Convolutional Neural Networks on OpenCL on Intel & NVidia & AMD & Mali GPUs for macOS & GNU/Linux & Windows & FreeBSD
http://pjreddie.com/darknet/
Other
187 stars 31 forks source link

clrng doesn't seem to exist in homebrew ? #5

Closed wkoszek closed 5 years ago

wkoszek commented 5 years ago

I'm using the latest MacOS El Captain. I have the newest Homebrew too.

brew install clrng

^^^ there doesn't seem to exist. Did you have to add additional Homebrew tap to get it?

BTW: maybe it's related:

The directory where the SDK links is supposed to be doesn't have the .sdk directory at all. I've made a symlink anyway, but could you maybe show me the content of your directory on Mac?

[02:08:01][host:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk]$ la
total 0
drwxr-xr-x  8 root  wheel   256 Dec 31 02:07 ./
drwxr-xr-x  4 root  wheel   128 Dec 31 01:03 ../
-rw-r--r--  1 root  wheel   127 Aug 17 16:45 Entitlements.plist
lrwxr-xr-x  1 root  wheel    15 Dec 31 02:07 MacOSX10.13.sdk@ -> MacOSX10.14.sdk
-rw-r--r--  1 root  wheel  1150 Aug 17 16:45 SDKSettings.json
-rw-r--r--  1 root  wheel  1326 Aug 17 16:45 SDKSettings.plist
drwxr-xr-x  3 root  wheel    96 Oct 18 05:52 System/
drwxr-xr-x  7 root  wheel   224 Oct 18 05:52 usr/

Feedback would be appreciated.

sowson commented 5 years ago

Sorry I am not sure on this one... I am using at least High Sierra because of eGPU I have... maybe some other experienced macOS user can help on this?

wkoszek commented 5 years ago

@sowson So for you this brew command just worked? Can you paste the result of brew tap here?

acrogenesis commented 5 years ago

I'm also having this problem, couldn't find anywhere a brew tap with clrng

sowson commented 5 years ago

Please do not worry about this one package, it looks like it not obligatory anymore.

sowson commented 5 years ago

I updated the blog description about this to not use this clrng anymore.

wkoszek commented 5 years ago

@sowson I feel like the right way we could attack this is to hook your project to the CI server. Travis-Ci supports both Linux and macOS.