Coder Social home page Coder Social logo

freeglut-feedstock's Introduction

About freeglut-feedstock

Feedstock license: BSD-3-Clause

Home: http://freeglut.sourceforge.net/

Package license: MIT

Summary: A GUI based on OpenGL.

Current build status

Travis linux
Azure
VariantStatus
linux_64 variant
linux_aarch64 variant
linux_ppc64le variant
win_64 variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing freeglut

Installing freeglut from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, freeglut can be installed with conda:

conda install freeglut

or with mamba:

mamba install freeglut

It is possible to list all of the versions of freeglut available on your platform with conda:

conda search freeglut --channel conda-forge

or with mamba:

mamba search freeglut --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search freeglut --channel conda-forge

# List packages depending on `freeglut`:
mamba repoquery whoneeds freeglut --channel conda-forge

# List dependencies of `freeglut`:
mamba repoquery depends freeglut --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge Anaconda-Cloud channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating freeglut-feedstock

If you would like to improve the freeglut recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/freeglut-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

freeglut-feedstock's People

Contributors

beckermr avatar conda-forge-admin avatar conda-forge-curator[bot] avatar github-actions[bot] avatar hmaarrfk avatar jakirkham avatar regro-cf-autotick-bot avatar shadowwalkersb avatar traversaro avatar wolfv avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

freeglut-feedstock's Issues

3.2.0 regression on Windows

Issue: I am experiencing a regression on Windows.

I have a project that is working fine when used with freeglut 3.0.0, but is failing with freeglut 3.2.0 . The project is https://github.com/robotology/icub-main/tree/master/src/tools/iCubGui , but the easiest way to build it is via https://github.com/robotology/robotology-superbuild .

To reproduce the problem:

conda install -c conda-forge cmake ace asio boost eigen gazebo glew glfw gsl ipopt libjpeg-turbo libmatio libode libxml2 opencv pkg-config portaudio qt sdl sdl2 sqlite tinyxml
git clone https://github.com/robotology/robotology-superbuild
cd robotology-superbuild
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release 

The build of iCubGui with freeglut 3.2.0 fails with:

Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.26.28801\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\src\robotol
  ogy-superbuild\build-conda10\robotology\ICUB\bin\Release\iCubGui.exe" /INCREMENTAL:NO /NOLOGO C:\Users\STraversaro\Miniforge3\envs\robsup\Library\lib\glu
  t.lib opengl32.lib glu32.lib ..\..\..\..\lib\Release\skinDynLib.lib C:\Users\STraversaro\Miniforge3\envs\robsup\Library\lib\Qt5OpenGL_conda.lib ..\..\..\
  ..\lib\Release\ctrlLib.lib "C:\src\robotology-superbuild\build-conda10\install\lib\YARP_init.lib" "C:\src\robotology-superbuild\build-conda10\install\lib
  \YARP_dev.lib" "C:\src\robotology-superbuild\build-conda10\install\lib\YARP_math.lib" "C:\src\robotology-superbuild\build-conda10\install\lib\YARP_sig.li
  b" "C:\src\robotology-superbuild\build-conda10\install\lib\YARP_os.lib" C:\Users\STraversaro\Miniforge3\envs\robsup\Library\lib\gsl.lib C:\Users\STravers
  aro\Miniforge3\envs\robsup\Library\lib\gslcblas.lib C:\Users\STraversaro\Miniforge3\envs\robsup\Library\lib\Qt5Widgets_conda.lib C:\Users\STraversaro\Min
  iforge3\envs\robsup\Library\lib\Qt5Gui_conda.lib C:\Users\STraversaro\Miniforge3\envs\robsup\Library\lib\Qt5Core_conda.lib C:\Users\STraversaro\Miniforge
  3\envs\robsup\Library\lib\qtmain_conda.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi
  32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/src/robotology-superbuild/build-conda10/robotology/ICUB/bin/R
  elease/iCubGui.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/src/robotology-superbuild/build-conda10/robotology/ICUB/bin/Release/iC
  ubGui.lib" /MACHINE:X64  /machine:x64 iCubGui.dir\Release\mocs_compilation.obj
  iCubGui.dir\Release\animationview.obj
  iCubGui.dir\Release\bvh.obj
  iCubGui.dir\Release\bvhnode.obj
  iCubGui.dir\Release\camera.obj
  iCubGui.dir\Release\main.obj
  iCubGui.dir\Release\qavimator.obj
  iCubGui.dir\Release\settings.obj
  iCubGui.dir\Release\settingsdialog.obj
  iCubGui.dir\Release\qrc_res.obj
LINK : fatal error LNK1104: cannot open file 'freeglut.lib' [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxpr
oj]

I guess this is some problem of how the symbolic link is interpreted.

If I manually change the GLUT_LIBRARIES from C:/Users/STraversaro/Miniforge3/envs/robsup/Library/lib/glut.lib to C:/Users/STraversaro/Miniforge3/envs/robsup/Library/lib/freeglut.lib, the error that I get is instead:

Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.26.28801\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\src\robotol
  ogy-superbuild\build-conda10\robotology\ICUB\bin\Release\iCubGui.exe" /INCREMENTAL:NO /NOLOGO C:\Users\STraversaro\Miniforge3\envs\robsup\Library\lib\fre
  eglut.lib opengl32.lib glu32.lib ..\..\..\..\lib\Release\skinDynLib.lib C:\Users\STraversaro\Miniforge3\envs\robsup\Library\lib\Qt5OpenGL_conda.lib ..\..
  \..\..\lib\Release\ctrlLib.lib "C:\src\robotology-superbuild\build-conda10\install\lib\YARP_init.lib" "C:\src\robotology-superbuild\build-conda10\install
  \lib\YARP_dev.lib" "C:\src\robotology-superbuild\build-conda10\install\lib\YARP_math.lib" "C:\src\robotology-superbuild\build-conda10\install\lib\YARP_si
  g.lib" "C:\src\robotology-superbuild\build-conda10\install\lib\YARP_os.lib" C:\Users\STraversaro\Miniforge3\envs\robsup\Library\lib\gsl.lib C:\Users\STra
  versaro\Miniforge3\envs\robsup\Library\lib\gslcblas.lib C:\Users\STraversaro\Miniforge3\envs\robsup\Library\lib\Qt5Widgets_conda.lib C:\Users\STraversaro
  \Miniforge3\envs\robsup\Library\lib\Qt5Gui_conda.lib C:\Users\STraversaro\Miniforge3\envs\robsup\Library\lib\Qt5Core_conda.lib C:\Users\STraversaro\Minif
  orge3\envs\robsup\Library\lib\qtmain_conda.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib ad
  vapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/src/robotology-superbuild/build-conda10/robotology/ICUB/b
  in/Release/iCubGui.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/src/robotology-superbuild/build-conda10/robotology/ICUB/bin/Releas
  e/iCubGui.lib" /MACHINE:X64  /machine:x64 iCubGui.dir\Release\mocs_compilation.obj
  iCubGui.dir\Release\animationview.obj
  iCubGui.dir\Release\bvh.obj
  iCubGui.dir\Release\bvhnode.obj
  iCubGui.dir\Release\camera.obj
  iCubGui.dir\Release\main.obj
  iCubGui.dir\Release\qavimator.obj
  iCubGui.dir\Release\settings.obj
  iCubGui.dir\Release\settingsdialog.obj
  iCubGui.dir\Release\qrc_res.obj
animationview.obj : error LNK2019: unresolved external symbol __imp_glutBitmapCharacter referenced in function "public: void __cdecl SubtitlesManager::draw
Text(char const *,char const *,float,float,float)" (?drawText@SubtitlesManager@@QEAAXPEBD0MMM@Z) [C:\src\robotology-superbuild\build-conda10\robotology\ICU
B\src\tools\iCubGui\src\iCubGui.vcxproj]
bvh.obj : error LNK2001: unresolved external symbol __imp_glutBitmapCharacter [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui
\src\iCubGui.vcxproj]
animationview.obj : error LNK2019: unresolved external symbol __imp___glutInitWithExit referenced in function "public: __cdecl AnimationView::AnimationView
(class QWidget *)" (??0AnimationView@@QEAA@PEAVQWidget@@@Z) [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxpr
oj]
bvh.obj : error LNK2019: unresolved external symbol __imp_glutSolidCube referenced in function "public: virtual void __cdecl BVHNodeINERTIAL::drawJoint(voi
d)" (?drawJoint@BVHNodeINERTIAL@@UEAAXXZ) [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxproj]
bvh.obj : error LNK2019: unresolved external symbol __imp_glutSolidSphere referenced in function "public: virtual void __cdecl VisionObj::draw(void)" (?dra
w@VisionObj@@UEAAXXZ) [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxproj]
bvh.obj : error LNK2019: unresolved external symbol __imp_glutSolidCone referenced in function "protected: void __cdecl BVHNodeDH::drawArc(double)" (?drawA
rc@BVHNodeDH@@IEAAXN@Z) [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxproj]
C:\src\robotology-superbuild\build-conda10\robotology\ICUB\bin\Release\iCubGui.exe : fatal error LNK1120: 5 unresolved externals [C:\src\robotology-superbu
ild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxproj]
Done Building Project "C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxproj" (default targets) -- FAILED.


Build FAILED.

"C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxproj" (default target) (1) ->
(Link target) ->
  animationview.obj : error LNK2019: unresolved external symbol __imp_glutBitmapCharacter referenced in function "public: void __cdecl SubtitlesManager::dr
awText(char const *,char const *,float,float,float)" (?drawText@SubtitlesManager@@QEAAXPEBD0MMM@Z) [C:\src\robotology-superbuild\build-conda10\robotology\I
CUB\src\tools\iCubGui\src\iCubGui.vcxproj]
  bvh.obj : error LNK2001: unresolved external symbol __imp_glutBitmapCharacter [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubG
ui\src\iCubGui.vcxproj]
  animationview.obj : error LNK2019: unresolved external symbol __imp___glutInitWithExit referenced in function "public: __cdecl AnimationView::AnimationVi
ew(class QWidget *)" (??0AnimationView@@QEAA@PEAVQWidget@@@Z) [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcx
proj]
  bvh.obj : error LNK2019: unresolved external symbol __imp_glutSolidCube referenced in function "public: virtual void __cdecl BVHNodeINERTIAL::drawJoint(v
oid)" (?drawJoint@BVHNodeINERTIAL@@UEAAXXZ) [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxproj]
  bvh.obj : error LNK2019: unresolved external symbol __imp_glutSolidSphere referenced in function "public: virtual void __cdecl VisionObj::draw(void)" (?d
raw@VisionObj@@UEAAXXZ) [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxproj]
  bvh.obj : error LNK2019: unresolved external symbol __imp_glutSolidCone referenced in function "protected: void __cdecl BVHNodeDH::drawArc(double)" (?dra
wArc@BVHNodeDH@@IEAAXN@Z) [C:\src\robotology-superbuild\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxproj]
  C:\src\robotology-superbuild\build-conda10\robotology\ICUB\bin\Release\iCubGui.exe : fatal error LNK1120: 5 unresolved externals [C:\src\robotology-super
build\build-conda10\robotology\ICUB\src\tools\iCubGui\src\iCubGui.vcxproj]

    0 Warning(s)
    7 Error(s)

Time Elapsed 00:00:01.09

That seems to indicate that some symbols are not properly exposed. If I pin freeglut to 3.0.0, everything compiles fine.


Environment (conda list):
$ conda list
(robsup) PS C:\src\robotology-superbuild\build-conda10\robotology\ICUB> conda list
# packages in environment at C:\Users\STraversaro\Miniforge3\envs\robsup:
#
# Name                    Version                   Build  Channel
ace                       6.5.12               h0e60522_1    conda-forge
asio                      1.14.1               he025d50_0    conda-forge
boost                     1.74.0           py36h9a8d428_2    conda-forge
boost-cpp                 1.74.0               h54f0996_1    conda-forge
bzip2                     1.0.8                h8ffe710_4    conda-forge
ca-certificates           2020.12.5            h5b45459_0    conda-forge
certifi                   2020.12.5        py36ha15d459_0    conda-forge
clangdev                  5.0.0                   flang_3  [flang]  conda-forge
console_bridge            1.0.1                h7ef1ec2_0    conda-forge
cppzmq                    4.7.1                h276ee43_0    conda-forge
curl                      7.71.1               h4b64cdc_8    conda-forge
dlfcn-win32               1.2.0                he025d50_0    conda-forge
eigen                     3.3.9                h2d74725_0    conda-forge
ffmpeg                    4.3.1                ha925a31_0    conda-forge
freeglut                  3.2.1                h0e60522_0    conda-forge
freeimage                 3.18.0               h33f27b4_0    conda-forge
freetype                  2.10.4               h546665d_0    conda-forge
gazebo                    11.3.0               h49d8821_2    conda-forge
gettext                   0.19.8.1          h1a89ca6_1005    conda-forge
glew                      2.1.0                h39d44d4_2    conda-forge
glfw                      3.3.2                h2fa13f4_1    conda-forge
glib                      2.66.3               h0e60522_1    conda-forge
gsl                       2.6                  hdfb1a43_1    conda-forge
gts                       0.7.6                hee8e781_1    conda-forge
hdf5                      1.10.6          nompi_h5268f04_1112    conda-forge
icu                       67.1                 h33f27b4_0    conda-forge
ilmbase                   2.5.3                h7bd577a_0    conda-forge
intel-openmp              2020.3             h57928b3_311    conda-forge
ipopt                     3.13.3               hf6be2e5_5    conda-forge
jasper                    2.0.14               hdc05fd1_1    conda-forge
jpeg                      9d                   h8ffe710_0    conda-forge
jsoncpp                   1.8.4             h1ad3211_1002    conda-forge
krb5                      1.17.2               hbae68bd_0    conda-forge
libblas                   3.8.0                    21_mkl    conda-forge
libcblas                  3.8.0                    21_mkl    conda-forge
libclang                  10.0.1          default_hf44288c_1    conda-forge
libcurl                   7.71.1               h4b64cdc_8    conda-forge
libffi                    3.3                  h0e60522_2    conda-forge
libflang                  5.0.0           h6538335_20180525    conda-forge
libglib                   2.66.3               h8c8e623_1    conda-forge
libiconv                  1.16                 he774522_0    conda-forge
libignition-cmake2        2.5.0                h39d44d4_3    conda-forge
libignition-common3       3.7.0                h162260a_4    conda-forge
libignition-fuel-tools4   4.2.1                h961be0a_1    conda-forge
libignition-math6         6.7.0                h13ae965_0    conda-forge
libignition-msgs5         5.3.0                h13ae965_2    conda-forge
libignition-tools1        1.0.0                h57928b3_3    conda-forge
libignition-transport8    8.1.0                h2130529_2    conda-forge
libjpeg-turbo             2.0.5                he774522_0    conda-forge
liblapack                 3.8.0                    21_mkl    conda-forge
liblapacke                3.8.0                    21_mkl    conda-forge
libmatio                  1.5.19               h216f7ef_0    conda-forge
libode                    0.16.2               ha925a31_2    conda-forge
libopencv                 4.5.0                    py36_3    conda-forge
libpng                    1.6.37               h1d00b33_2    conda-forge
libprotobuf               3.13.0.1             h200bbdf_0    conda-forge
libsdformat               9.3.0                h4bf3a07_2    conda-forge
libsodium                 1.0.18               h8d14728_1    conda-forge
libssh2                   1.9.0                hb06d900_5    conda-forge
libtiff                   4.1.0                hc10be44_6    conda-forge
libwebp-base              1.1.0                h8ffe710_3    conda-forge
libxml2                   2.9.10               h1006b36_2    conda-forge
libzip                    1.7.3                hfed4ece_0    conda-forge
lz4-c                     1.9.2                h62dcd97_2    conda-forge
m2w64-gcc-libgfortran     5.3.0                         6
m2w64-gcc-libs            5.3.0                         7
m2w64-gcc-libs-core       5.3.0                         7
m2w64-gmp                 6.1.0                         2
m2w64-libwinpthread-git   5.0.0.4634.697f757               2
metis                     5.1.0             h0e60522_1006    conda-forge
mkl                       2020.4             hb70f87d_311    conda-forge
msys2-conda-epoch         20160418                      1
mumps-seq                 5.2.1               hb3f9cae_10    conda-forge
numpy                     1.19.4           py36hd1b969e_1    conda-forge
ogre                      1.10.12              h71cedee_6    conda-forge
opencv                    4.5.0                    py36_3    conda-forge
openexr                   2.5.3                h5dfd299_0    conda-forge
openmp                    5.0.0                    vc14_0    conda-forge
openssl                   1.1.1h               he774522_0    conda-forge
pcre                      8.44                 ha925a31_0    conda-forge
pip                       20.3.1             pyhd8ed1ab_0    conda-forge
pkg-config                0.29.2            h2bf4dc2_1008    conda-forge
portaudio                 19.6.0               hca4a3dc_3    conda-forge
protobuf                  3.4.1               py36_vc14_0    conda-forge
pugixml                   1.10                 ha925a31_1    conda-forge
py-opencv                 4.5.0            py36h7b2dad6_3    conda-forge
python                    3.6.11          h39d44d4_3_cpython    conda-forge
python_abi                3.6                     1_cp36m    conda-forge
qt                        5.12.9               hb2cf2c5_0    conda-forge
qwt                       6.1.5                h265ddaf_0    conda-forge
ruby                      2.7.2                h8b1b97a_3    conda-forge
sdl                       1.2.15               h21ff451_1    conda-forge
sdl2                      2.0.12               h0e60522_1    conda-forge
setuptools                49.6.0           py36hd36e781_2    conda-forge
six                       1.15.0             pyh9f0ad1d_0    conda-forge
sqlite                    3.34.0               h8ffe710_0    conda-forge
tbb                       2019.9               he980bc4_1    conda-forge
tbb-devel                 2019.9               he980bc4_1    conda-forge
tiny-process-library      2.0.4                h0e60522_0    conda-forge
tinyxml                   2.6.2                h7ef1ec2_1    conda-forge
tinyxml2                  8.0.0                h33f27b4_1    conda-forge
tk                        8.6.10               he774522_1    conda-forge
urdfdom                   2.3.3                h7ef1ec2_0    conda-forge
urdfdom_headers           1.0.5                h7ef1ec2_2    conda-forge
vc                        14.1                 h869be7e_1    conda-forge
vs2015_runtime            14.16.27012          h30e32a0_2    conda-forge
wheel                     0.36.1             pyhd3deb0d_0    conda-forge
wincertstore              0.2             py36h9f0ad1d_1005    conda-forge
xz                        5.2.5                h62dcd97_1    conda-forge
yaml                      0.2.5                he774522_0    conda-forge
zeromq                    4.3.2                ha925a31_4    conda-forge
zlib                      1.2.11            h62dcd97_1010    conda-forge
zstd                      1.4.5                h1f3a1b7_2    conda-forge
zziplib                   0.13.69              ha81a0f5_1    conda-forge

Details about conda and system ( conda info ):
$ conda info
(robsup) PS C:\src\robotology-superbuild\build-conda10\robotology\ICUB> conda info

     active environment : robsup
    active env location : C:\Users\STraversaro\Miniforge3\envs\robsup
            shell level : 2
       user config file : C:\Users\STraversaro\.condarc
 populated config files : C:\Users\STraversaro\Miniforge3\.condarc
                          C:\Users\STraversaro\.condarc
          conda version : 4.9.2
    conda-build version : 3.20.5
         python version : 3.8.6.final.0
       virtual packages : __cuda=10.2=0
                          __win=0=0
                          __archspec=1=x86_64
       base environment : C:\Users\STraversaro\Miniforge3  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/win-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/win-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/msys2/win-64
                          https://repo.anaconda.com/pkgs/msys2/noarch
                          https://conda.anaconda.org/msys2/win-64
                          https://conda.anaconda.org/msys2/noarch
          package cache : C:\Users\STraversaro\Miniforge3\pkgs
                          C:\Users\STraversaro\.conda\pkgs
                          C:\Users\STraversaro\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\STraversaro\Miniforge3\envs
                          C:\Users\STraversaro\.conda\envs
                          C:\Users\STraversaro\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/4.9.2 requests/2.25.0 CPython/3.8.6 Windows/10 Windows/10.0.19041
          administrator : False
             netrc file : None
           offline mode : False

OSX build

Dear @conda-forge/freeglut,

It would be great to have an OSX build of freeglut available. It is e.g. required to properly build moveit for osx.

Many thanks,
Tobias

/cc @wolfv

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.