Skip to content

Commit

Permalink
updated intel power gadget url and fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
qnxor committed Aug 15, 2020
1 parent da4d8d3 commit 5f9195a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog
=========

- 1.5.5, 2020-08-06 - Updated intel power gadget url and fetch
- 1.5.4, 2016-04-27 - Updated urls for the BBB movie and the newest Intel Power Gadget (Core M compatible)
- 1.5.3, 2015-08-14 - Fixed dependencies for FFT test
- 1.5.2, 2015-03-11 - Fixed graph missing labels (tex problem)
- 1.5.1, 2015-03-10 - Fixed FFT binary and number of default threads (cores - 1)
Expand Down
Binary file removed IntelPowerGadgetMac.zip
Binary file not shown.
7 changes: 3 additions & 4 deletions macoh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mov=big_buck_bunny_1080p_h264.mov
mkv=/dev/null
# mkv=$home/big_buck_bunny_1080p_h264_transcoded.mkv
gputesttypes='fur, tess_x8, tess_x16, tess_x32, tess_x64, gi, pixmark_piano, pixmark_volplosion, plot3d, triangle'
url_ipg="https://software.intel.com/sites/default/files/IntelPowerGadget3.0.1.zip"
url_ipg="https://software.intel.com/file/613985/download"
url_handbrake="http://download.handbrake.fr/releases/0.9.9/HandBrake-0.9.9-MacOSX.6_CLI_x86_64.dmg"
url_gle="http://heanet.dl.sourceforge.net/project/glx/gle4%20(Current%20Active%20Version)/4.2.4c/gle-graphics-4.2.4c-exe-mac.dmg"
url_video="http://blender-mirror.kino3d.org/peach/bigbuckbunny_movies/big_buck_bunny_1080p_h264.mov"
Expand Down Expand Up @@ -272,9 +272,8 @@ moh-get-ipg ()
set -e
rm -f $bin/done-ipg
echo "Fetching and installing Intel Power Gadget into /Applications ..."
wget $tmp/ipg.zip "$url_ipg" -#
unzip -q -o $tmp/ipg.zip -d $tmp
mnt $tmp/Intel*.dmg
wget $tmp/ipg.dmg "$url_ipg" -#
mnt $tmp/ipg.dmg
echo "Installing Intel Power Gadget may ask you to enter your Mac password."
sudo installer -pkg /Volumes/Intel*\ Power\ Gadget/Install\ Intel\ Power\ Gadget.pkg -target /
umnt /Volumes/Intel*\ Power\ Gadget
Expand Down

0 comments on commit 5f9195a

Please sign in to comment.