You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The process for building linux and macos packages of cpt-bin is entirely within conda-build, but the process for Windows currently involves some manual setup steps, because not all of the build tools are packaged for conda. Need to automate those steps somehow. Create the missing conda packages? Script the creation of a properly configured Windows VM?
The text was updated successfully, but these errors were encountered:
See conda-forge/emacs-feedstock#96 for build bat and sed script you can use to run a build.sh script with the m2-* tools in your Windows build environment. You'll have to put any Windows specific configuration in the build.sh (alongside Linux and OS X cases). Also, I haven't worked out how to handle testing, if there's a command list that uses environment variables. Those will probably have to be put in a separate shell script, with another batch file analagous to bld.bat.
Basically, the cygwin library is allergic to having more than one copy of itself on the path (regardless of version), which is antithetical to how conda works in general.
The process for building linux and macos packages of cpt-bin is entirely within conda-build, but the process for Windows currently involves some manual setup steps, because not all of the build tools are packaged for conda. Need to automate those steps somehow. Create the missing conda packages? Script the creation of a properly configured Windows VM?
The text was updated successfully, but these errors were encountered: