Code Monkey home page Code Monkey logo

Comments (4)

Sunderlandkyl avatar Sunderlandkyl commented on September 24, 2024 1

There are no pre-built binaries for v143 yet from libvpx. I've added a v143 url that points to the v142 binaries. Assuming that they are binary compatible, then it should be available tomorrow.

from slicerigsio.

jamesobutler avatar jamesobutler commented on September 24, 2024

Installing a ZIP file that doesn't come from a corresponding version of Slicer isn't expected to work. SlicerIGSIO is currently not building successfully in latest Slicer preview which is why it is not available.

You can try an older version of Slicer which you can download from https://slicer.cdash.org/viewFiles.php?buildid=2559576.

SlicerIGSIO not building successfully because of the following only supporting up to Visual Studio 2019 (v142 toolset). Current Slicer preview builds are using Visual Studio 2022 (v143 toolset).

set(BASE_VP9_URL "https://github.com/ShiftMediaProject/libvpx/releases/download/v1.8.2/libvpx_v1.8.2_")
set(EP_SOURCE_DIR "${CMAKE_BINARY_DIR}/VP9")
set(VP9_MSVC120_URL "${BASE_VP9_URL}msvc12.zip")
set(VP9_MSVC140_URL "${BASE_VP9_URL}msvc14.zip")
set(VP9_MSVC141_URL "${BASE_VP9_URL}msvc15.zip")
set(VP9_MSVC142_URL "${BASE_VP9_URL}msvc16.zip")

xref Slicer/Slicer#6140

from slicerigsio.

jamesobutler avatar jamesobutler commented on September 24, 2024

Yeah with binary compatibility (https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=msvc-170) Visual Studio 2022 can use binaries from Visual Studio 2015-2022 without issue.

from slicerigsio.

Sunderlandkyl avatar Sunderlandkyl commented on September 24, 2024

SlicerIGSIO is available again in the latest nightly.

from slicerigsio.

Related Issues (16)

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.