Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • H hardenedbsd-ports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • HardenedBSDHardenedBSD
  • hardenedbsd-ports
  • Repository
  • hardenedbsd-ports
  • devel
  • Makefile
Find file Blame History Permalink
  • martymac's avatar
    Introduce devel/onetbb and mark devel/tbb as legacy · 01652831
    martymac authored Feb 19, 2021
    Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
    several interfaces over tbb 2020, breaking most dependent ports.
    
    Old tbb 2020 will be kept for a certain time to allow transition but will be
    removed in a near future as it CONFLICTS with devel/onetbb. New ports should
    now use devel/onetbb instead of devel/tbb.
    
    We tried to move a maximum number of dependent ports to devel/onetbb (or
    disable dependency when not possible), but some of them still remain stuck
    to devel/tbb. Remaining ones have not been identified as major dependencies
    themselves and will be fixed as soon as updates are available from upstream.
    
    PR:		252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
    	252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
    	252684 [7], 252785 [7]
    Approved by:	yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
    	maintainer timeout [7]
    
    [1] https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
    [2] https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html
    01652831