Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ParaView
ParaView-Superbuild
Commits
6a9c8826
Commit
6a9c8826
authored
Apr 19, 2018
by
Utkarsh Ayachit
⛰
Browse files
update ipsc to 1.9.2
this brings in vs2015 support.
parent
1033d509
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/win32/ispc.cmake
View file @
6a9c8826
if
(
ispc_enabled AND NOT MSVC12
)
message
(
FATAL_ERROR
"The ispc project requires Visual Studio 2013."
)
if
(
ispc_enabled AND NOT
MSVC14 AND NOT
MSVC12
)
message
(
FATAL_ERROR
"The ispc project requires Visual Studio 2013
or 2015
."
)
endif
()
include
(
"
${
CMAKE_CURRENT_LIST_DIR
}
/../ispc.cmake"
)
versions.cmake
View file @
6a9c8826
...
...
@@ -86,16 +86,23 @@ superbuild_set_revision(socat
URL
"https://www.paraview.org/files/dependencies/socat-1.7.3.1.tar.bz2"
URL_MD5 334e46924f2b386299c9db2ac22bcd36
)
set
(
ispc_version
"1.9.
1
"
)
set
(
ispc_version
"1.9.
2
"
)
if
(
WIN32
)
set
(
ispc_file
"https://www.paraview.org/files/dependencies/ispc-v
${
ispc_version
}
-windows-vs2013.zip"
)
set
(
ispc_md5
"ae836b2cb4b7610e92a84fb1feaef72f"
)
if
(
MSVC12
)
# for VS2013, we use older version of ISPC
set
(
ispc_version
"1.9.1"
)
set
(
ispc_file
"https://www.paraview.org/files/dependencies/ispc-v
${
ispc_version
}
-windows-vs2013.zip"
)
set
(
ispc_md5
"ae836b2cb4b7610e92a84fb1feaef72f"
)
else
()
set
(
ispc_file
"https://www.paraview.org/files/dependencies/ispc-v
${
ispc_version
}
-windows.zip"
)
set
(
ispc_md5
"3bcfab1e48b64be2cd160e14eaa2f9ab"
)
endif
()
elseif
(
APPLE
)
set
(
ispc_file
"https://www.paraview.org/files/dependencies/ispc-v
${
ispc_version
}
-osx.tar.gz"
)
set
(
ispc_md5
"
6f9b6524d7a96c1be728
b1
b
0a
9158360
"
)
set
(
ispc_md5
"
387cce62a6c63def5e6e
b1
c
0a
468a3db
"
)
else
()
set
(
ispc_file
"https://www.paraview.org/files/dependencies/ispc-v
${
ispc_version
}
-linux.tar.gz"
)
set
(
ispc_md5
"
5d801d90bafaf9800cfbeab18a33a58
f"
)
set
(
ispc_md5
"
0178a33a065ae65d0be00be23871cf9
f"
)
endif
()
superbuild_set_revision
(
ispc
URL
"
${
ispc_file
}
"
...
...
Utkarsh Ayachit
⛰
@utkarsh.ayachit
mentioned in commit
36e369db
·
Apr 20, 2018
mentioned in commit
36e369db
mentioned in commit 36e369db097c898e3f5ca62285e835b36465f7d9
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment