jbclements / portaudio

Racket Bindings for PortAudio
Other
9 stars 7 forks source link

update dependency name for windows #11

Open deepnght opened 4 years ago

deepnght commented 4 years ago

I was unable to install the windows version

Error message:

>raco pkg install portaudio
Resolving "portaudio" via https://download.racket-lang.org/releases/7.7/catalog/
Resolving "portaudio" via https://pkgs.racket-lang.org
Using cached15953716251595371625869 for github://github.com/jbclements/portaudio/master/
The following uninstalled packages are listed as dependencies of portaudio:
   portaudio-x86_64-windows
Would you like to install these dependencies? [Y/n/a/c/?] a
Resolving "portaudio-x86_64-windows" via https://download.racket-lang.org/releases/7.7/catalog/
Resolving "portaudio-x86_64-windows" via https://pkgs.racket-lang.org
Resolving "portaudio-x86_64-windows" via https://planet-compats.racket-lang.org
raco pkg install: cannot find package on catalogs
  package: portaudio-x86_64-windows

The problem is probably in the name of the dependency for windows.

reedspool commented 4 years ago

+2 myself and the asker here: https://stackoverflow.com/questions/63019409/cannot-install-rsound-in-racket-7-7-drracket-install-cannot-find-package-on-ca

I don't know how to test/monkey-patch this change so I eagerly await the merge.

reedspool commented 4 years ago

Okay it looks like this change was made upstream and this can be closed...