Package Details: intel-sde 8.69.1-1

Git Clone URL: https://aur.archlinux.org/intel-sde.git (read-only, click to copy)
Package Base: intel-sde
Description: Intel Software Development Emulator
Upstream URL: https://software.intel.com/en-us/articles/intel-software-development-emulator/
Licenses: custom
Submitter: marehr
Maintainer: None
Last Packager: marehr
Votes: 3
Popularity: 0.000054
First Submitted: 2018-01-08 23:28 (UTC)
Last Updated: 2021-10-04 12:29 (UTC)

Latest Comments

lquidfire commented on 2024-11-26 17:22 (UTC)

Well, you are free to adopt the package :)

mirh commented on 2024-11-26 14:47 (UTC) (edited on 2024-11-26 14:47 (UTC) by mirh)

Not sure what licenses have to do with anything, and actually downloading this is easier than ever now. It's served from the same domain and web page of their normal drivers.

https://www.intel.com/content/www/us/en/download/684897/intel-software-development-emulator.html

lquidfire commented on 2024-11-12 20:49 (UTC) (edited on 2024-11-18 18:21 (UTC) by lquidfire)

This package is quite out of date. Are you still using and maintaining it? I'm happy to help.

Update 2024/11/15: I reached out via email to the Maintainer to ask if I can help or take over.

Update: Intel has made it difficult to do this, and I have doubts about whether a PKGBUILD is allowed by the license. Hence my dropping it again.

marehr commented on 2020-03-25 14:19 (UTC) (edited on 2020-03-25 14:25 (UTC) by marehr)

@jghodd Can you reinstall python-mechanicalsoup? Maybe you installed the python2 version of mechanicalsoup? You could also try to install mechanicalsoup system-wide via pip install MechanicalSoup.

Otherwise, I'm not sure how to help you. I tried to build it on my current system with makepkg and pikaur; both methods worked. I created a new vm and installed a fresh-copy of arch-linux, installed pikaur and installed this package via pikaur -S intel-sde and it worked.

You could try to clone https://github.com/marehr/intel-sde-downloader and execute python intel-sde-downloader.py. If python-mechanicalsoup is installed, this should show you all available download options of intel-sde.

jghodd commented on 2020-03-24 22:29 (UTC) (edited on 2020-03-24 22:33 (UTC) by jghodd)

Getting a build error:

-> Downloading intel-sde-downloader.py... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1520 100 1520 0 0 6307 0 --:--:-- --:--:-- --:--:-- 6307 -> Downloading sde-external-8.49.0-2020-03-17-lin.tar.bz2... Traceback (most recent call last): File "./intel-sde-downloader.py", line 5, in <module> import mechanicalsoup ModuleNotFoundError: No module named 'mechanicalsoup' ==> ERROR: Failure while downloading intel-http-accept://sde-external-8.49.0-2020-03-17-lin.tar.bz2 Aborting... ==> ERROR: Makepkg was unable to build intel-sde.

and yes, I have python-mechanicalsoup installed.