Code Monkey home page Code Monkey logo

folly-feedstock's Introduction

About folly-feedstock

Feedstock license: BSD-3-Clause

Home: https://github.com/facebook/folly

Package license: Apache-2.0

Summary: Facebook Open-source Library

Development: https://github.com/facebook/folly

Documentation: https://github.com/facebook/folly/tree/master/folly/docs

Folly (acronymed loosely after Facebook Open Source Library) is a library of C++14 components designed with practicality and efficiency in mind. Folly contains a variety of core library components used extensively at Facebook. In particular, it's often a dependency of Facebook's other open source C++ efforts and place where those projects can share code.

Current build status

Azure
VariantStatus
linux_64_folly_build_extNone variant
linux_64_folly_build_extjemalloc variant
linux_aarch64_folly_build_extNone variant
linux_aarch64_folly_build_extjemalloc variant
linux_ppc64le_folly_build_extNone variant
linux_ppc64le_folly_build_extjemalloc variant
osx_64_folly_build_extNone variant
osx_64_folly_build_extjemalloc variant
osx_arm64_folly_build_extNone variant
osx_arm64_folly_build_extjemalloc variant
win_64 variant

Current release info

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

Installing folly

Installing folly 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, folly can be installed with conda:

conda install folly

or with mamba:

mamba install folly

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

conda search folly --channel conda-forge

or with mamba:

mamba search folly --channel conda-forge

Alternatively, mamba repoquery may provide more information:

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

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

# List dependencies of `folly`:
mamba repoquery depends folly --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.org 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 folly-feedstock

If you would like to improve the folly 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/folly-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

folly-feedstock's People

Contributors

andrewseidl avatar assignuser avatar cf-blacksmithy avatar conda-forge-admin avatar conda-forge-curator[bot] avatar conda-forge-webservices[bot] avatar derthorsten avatar github-actions[bot] avatar h-vetinari avatar jjerphan avatar kkraus14 avatar pearu avatar regro-cf-autotick-bot avatar tobias-fischer avatar xhochy avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

folly-feedstock's Issues

FOLLY_HAVE_PREADV and FOLLY_HAVE_PWRITEV should be unset for macos

Issue

When using folly for mac on conda-forge stage recipe builds I get

  /Users/runner/mambaforge/conda-bld/articdb_1684827751350/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/include/folly/portability/SysUio.h:31:9: error: no member named 'preadv' in the global namespace
  using ::preadv;
        ~~^
  /Users/runner/mambaforge/conda-bld/articdb_1684827751350/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/include/folly/portability/SysUio.h:36:9: error: no member named 'pwritev' in the global namespace
  using ::pwritev;

in the folly-config.h we see

#define FOLLY_HAVE_PREADV 1
#define FOLLY_HAVE_PWRITEV 1

probably this needs to be changed for macos (at least for the old macos SDK version one gets with conda-forge)

https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=710299&view=logs&j=e35d4f76-8ff2-5536-d795-df91e63eb9f7&t=fa7b4b17-b6ff-5c9c-8cfc-15f888c92310

Installed packages

+ libopenblas                0.3.21  openmp_h429af6e_3    conda-forge/osx-64       10MB
  + libprotobuf               3.21.12  hbc0c0cd_0           conda-forge/osx-64     Cached
  + libsodium                  1.0.18  hbcb3906_1           conda-forge/osx-64     Cached
  + libsqlite                  3.42.0  h58db7d2_0           conda-forge/osx-64     Cached
  + libssh2                    1.10.0  h47af595_3           conda-forge/osx-64     Cached
  + libzlib                    1.2.13  hfd90126_4           conda-forge/osx-64     Cached
  + llvm-openmp                16.0.4  hff08bdf_0           conda-forge/osx-64      296kB
  + lmdb                       0.9.29  h5eb16cf_1           conda-forge/osx-64     Cached
  + lz4-c                       1.9.4  hf0c8a7f_0           conda-forge/osx-64     Cached
  + msgpack-c                   6.0.0  h7d26f99_0           conda-forge/osx-64     Cached
  + ncurses                       6.3  h96cf925_1           conda-forge/osx-64     Cached
  + numpy                      1.24.3  py39h892e69a_0       conda-forge/osx-64        6MB
  + openssl                     3.1.0  h8a1eda9_3           conda-forge/osx-64     Cached
  + pandas                      2.0.1  py39h11b3245_1       conda-forge/osx-64       12MB
  + pcre                         8.45  he49afe7_0           conda-forge/osx-64     Cached
  + prometheus-cpp              1.1.0  h86e9ca2_1           conda-forge/osx-64     Cached
  + prometheus_client          0.16.0  pyhd8ed1ab_0         conda-forge/noarch       52kB
  + psutil                      5.9.5  py39ha30fb19_0       conda-forge/osx-64      366kB
  + python                     3.9.16  h709bd14_0_cpython   conda-forge/osx-64     Cached
  + python-attr                 0.3.2  pyh71513ae_0         conda-forge/noarch        8kB
  + python-dateutil             2.8.2  pyhd8ed1ab_0         conda-forge/noarch     Cached
  + python-tzdata              2023.3  pyhd8ed1ab_0         conda-forge/noarch      143kB
  + python_abi                    3.9  3_cp39               conda-forge/osx-64     Cached
  + pytz                       2023.3  pyhd8ed1ab_0         conda-forge/noarch     Cached
  + pyyaml                        6.0  py39ha30fb19_5       conda-forge/osx-64      170kB
  + readline                      8.2  h9e318b2_1           conda-forge/osx-64     Cached
  + remotery                    1.2.1  he965462_2           conda-forge/osx-64     Cached
  + six                        1.16.0  pyh6c4a22f_0         conda-forge/noarch     Cached
  + snappy                     1.1.10  h225ccf5_0           conda-forge/osx-64     Cached
  + spdlog                     1.11.0  ha64ae7f_1           conda-forge/osx-64     Cached
  + tk                         8.6.12  h5dbffcc_0           conda-forge/osx-64     Cached
  + tzdata                      2023c  h71feb2d_0           conda-forge/noarch     Cached
  + xxhash                      0.8.1  h45a561f_0           conda-forge/osx-64     Cached
  + xz                          5.2.6  h775f41a_0           conda-forge/osx-64     Cached
  + yaml                        0.2.5  h0d85af4_2           conda-forge/osx-64     Cached
  + zlib                       1.2.13  hfd90126_4           conda-forge/osx-64     Cached
  + zstd                        1.5.2  hbc0c0cd_6           conda-forge/osx-64     Cached

Environment info

-

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.